Skip to content

Commit 165d53d

Browse files
authored
weborama RTD submodule fix typo in example conf (#3337)
* fix typo in example conf * fix flag
1 parent 16a8386 commit 165d53d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-docs/modules/weboramaRtdProvider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ pbjs.setConfig(
4646
name: "weborama",
4747
waitForIt: true,
4848
params: {
49-
token: "<token-provided-by-weborama>"
49+
weboCtxConf: {
50+
token: "<token-provided-by-weborama>"
51+
}
5052
}
5153
}
5254
]

0 commit comments

Comments
 (0)