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 %}