Skip to content

Commit fa2eb44

Browse files
authored
Update index.md
1 parent ac7823f commit fa2eb44

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ analytics.load('writekey', { disable: true })
586586

587587
For wrapper/plugin authors: if you have an **advanced** use case where you need special access to the CDN Settings (for example, consent management), you can also pass a function. This API will wait for `cdnSettings` to be fetched. Warning: `cdnSettings` is an _unstable_ object.
588588
```ts
589-
analytics.load('writekey', { disable: ({ cdnSettings }) => true })
589+
analytics.load('writekey', { disable: (cdnSettings) => true })
590590
```
591591

592592
## Retries

0 commit comments

Comments
 (0)