Skip to content

Commit

Permalink
weborama RTD submodule fix typo in example conf (#3337)
Browse files Browse the repository at this point in the history
* fix typo in example conf

* fix flag
  • Loading branch information
peczenyj authored Oct 14, 2021
1 parent 16a8386 commit 165d53d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-docs/modules/weboramaRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ pbjs.setConfig(
name: "weborama",
waitForIt: true,
params: {
token: "<token-provided-by-weborama>"
weboCtxConf: {
token: "<token-provided-by-weborama>"
}
}
}
]
Expand Down

0 comments on commit 165d53d

Please sign in to comment.