From 198f6ed56a752e2472a008b2e02ace366d508e91 Mon Sep 17 00:00:00 2001 From: Olga Farber Date: Mon, 28 Aug 2017 19:32:51 +0300 Subject: [PATCH] Fix typo (#1534) --- integrationExamples/gpt/gpt_aliasingBidder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationExamples/gpt/gpt_aliasingBidder.html b/integrationExamples/gpt/gpt_aliasingBidder.html index f9c7120079d0..693be76e82e9 100644 --- a/integrationExamples/gpt/gpt_aliasingBidder.html +++ b/integrationExamples/gpt/gpt_aliasingBidder.html @@ -35,7 +35,7 @@ // Load the Prebid Javascript Library Async. We recommend loading it immediately after // the initAdserver() and setTimeout functions. (function () { - var d = document, pbs = d.createElement("script"), pro = d.location.protocal; + var d = document, pbs = d.createElement("script"), pro = d.location.protocol; pbs.type = "text/javascript"; pbs.src = '/build/dist/prebid.js'; var target = document.getElementsByTagName("head")[0];