From c9d9a35596289325079209e2e3defb5b468cff2a Mon Sep 17 00:00:00 2001 From: bretg Date: Mon, 12 Apr 2021 15:01:04 -0400 Subject: [PATCH] fixed typo in pub api --- 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 %}