From 004b664642fd9cf6ecb8186772d644932930460d Mon Sep 17 00:00:00 2001 From: bretg Date: Mon, 12 Apr 2021 15:01:28 -0400 Subject: [PATCH] fixed typo in pub api (#2859) --- dev-docs/publisher-api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index 412466c459..e8f9841351 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -1654,8 +1654,8 @@ pbjs.setConfig({ bidderSequence: "fixed" }) /* default is "random" */ Override the Prebid.js page referrer algorithm. -a{% highlight js %} -pbjs.setConfig({ pageUrl: "https://example.com/index.html" ) +{% highlight js %} +pbjs.setConfig({ pageUrl: "https://example.com/index.html" }) {% endhighlight %}