Skip to content

Commit 0a8841f

Browse files
authored
typo in custom identity provider docs (#1517)
1 parent 4fb5a5b commit 0a8841f

File tree

1 file changed

+1
-1
lines changed
  • src/pages/extending-chat-widget/custom-identity-provider

1 file changed

+1
-1
lines changed

src/pages/extending-chat-widget/custom-identity-provider/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function () {
3838
</CodeSample>
3939
</Code>
4040

41-
You can define it as a part of the [LiveChatWidget object](https://platform.text.com/docs/extending-chat-widget/javascript-api/#getting-started) from the tracking code used to install the Chat Widget on your website or from any other place with access to the `window._lc` object (in case of more advanced applications). However, **it has to be provided before widget initialization**.
41+
You can define it as a part of the [LiveChatWidget object](https://platform.text.com/docs/extending-chat-widget/javascript-api/#getting-started) from the tracking code used to install the Chat Widget on your website or from any other place with access to the `window.__lc` object (in case of more advanced applications). However, **it has to be provided before widget initialization**.
4242

4343
<Code>
4444
<CodeSample path={'CUSTOM IDENTITY PROVIDER'}>

0 commit comments

Comments
 (0)