Skip to content

Commit 0f74c9a

Browse files
Fix debug documentation
1 parent c30ffa2 commit 0f74c9a

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
@@ -501,7 +501,7 @@ Calling the `debug` method turns on debug mode, which logs helpful messages to t
501501

502502
Enable:
503503
```js
504-
analytics.debug();
504+
analytics.debug(true);
505505
```
506506

507507
Disable:

0 commit comments

Comments
 (0)