From 3f0bbd3a00a9694edd79e3c29db1ccdf923c7ec8 Mon Sep 17 00:00:00 2001 From: bretg Date: Mon, 7 Apr 2025 15:58:33 -0400 Subject: [PATCH] Typo in gam-native --- adops/gam-native.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/adops/gam-native.md b/adops/gam-native.md index ca76f3a1e0..e9e8b17610 100644 --- a/adops/gam-native.md +++ b/adops/gam-native.md @@ -71,9 +71,8 @@ If this creative is served, it will fire impression trackers on load. Clicking t The creative template HTML will depend on which of the three scenarios you're implementing. You can choose to manage the native template in one of these ways: - in GAM ([Managing the Native Template in GAM](#managing-the-native-template-in-gam) below) -- in the Prebid.js AdUnit - this is handled as a 3rd party HTML creative using the Prebud Universal Creative. -- in a separate JavaScript file - this is handled as a 3rd party HTML creative using the Prebud Univer -sal Creative. +- in the Prebid.js AdUnit - this is handled as a 3rd party HTML creative using the Prebid Universal Creative. +- in a separate JavaScript file - this is handled as a 3rd party HTML creative using the Prebid Universal Creative. {: .alert.alert-info :} For engineering instructions, see [Native Implementation Guide](/prebid/native-implementation.html).