From ba3bf272a3d0a60b75872a19f99cc0126add8437 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 8 Oct 2021 15:06:16 +0200 Subject: [PATCH 1/3] fix weborama conf example as in Prebid.js/modules/weboramaRtdProvider.md --- dev-docs/modules/weboramaRtdProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/weboramaRtdProvider.md b/dev-docs/modules/weboramaRtdProvider.md index b4b1e632c9..506f000339 100644 --- a/dev-docs/modules/weboramaRtdProvider.md +++ b/dev-docs/modules/weboramaRtdProvider.md @@ -43,7 +43,7 @@ pbjs.setConfig( auctionDelay: 1000, dataProviders: [ { - name: "WeboramaRTDModule", + name: "weborama", waitForIt: true, params: { token: "" From 6250fba2512c8f84e21655ceb0ef4aace7080d5c Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 8 Oct 2021 15:21:59 +0200 Subject: [PATCH 2/3] fix closing parentesis --- dev-docs/modules/weboramaRtdProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/weboramaRtdProvider.md b/dev-docs/modules/weboramaRtdProvider.md index 506f000339..0249902017 100644 --- a/dev-docs/modules/weboramaRtdProvider.md +++ b/dev-docs/modules/weboramaRtdProvider.md @@ -52,7 +52,7 @@ pbjs.setConfig( ] } ... -} +) ``` ### Parameter Descriptions for the Weborama Configuration Section From cb3e2c4543515c7cbdf333081077e1df1a0dc6e4 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 8 Oct 2021 15:22:35 +0200 Subject: [PATCH 3/3] fix ponctuation --- dev-docs/modules/weboramaRtdProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/weboramaRtdProvider.md b/dev-docs/modules/weboramaRtdProvider.md index 0249902017..8a686b1708 100644 --- a/dev-docs/modules/weboramaRtdProvider.md +++ b/dev-docs/modules/weboramaRtdProvider.md @@ -52,7 +52,7 @@ pbjs.setConfig( ] } ... -) +); ``` ### Parameter Descriptions for the Weborama Configuration Section