Skip to content

Commit

Permalink
fixed typo in pub api (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Apr 12, 2021
1 parent bc57a08 commit 004b664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/publisher-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

<a name="setConfig-Publisher-Domain" />
Expand Down

0 comments on commit 004b664

Please sign in to comment.