Skip to content

Commit d3a2f2c

Browse files
authored
docs: Fix initialization comment. (#1023)
<!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit fb498a2. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6e10b9f commit d3a2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type { LDPlugin } from './LDPlugin';
2626
* Usage:
2727
* ```
2828
* import { initialize } from 'launchdarkly-js-client-sdk';
29-
* const client = initialize(clientSideId, context, options);
29+
* const client = initialize(clientSideId, options);
3030
* ```
3131
*
3232
* @param clientSideId

0 commit comments

Comments
 (0)