Skip to content

Commit

Permalink
Fix typo (prebid#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
olya-fb authored and dluxemburg committed Jul 17, 2018
1 parent 918deab commit 198f6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/gpt_aliasingBidder.html
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 198f6ed

Please sign in to comment.