Skip to content

Commit 9a7ef4f

Browse files
authored
fix(launchdarkly-client--README.md): fix typo - options -> ldOptions (#1367)
Signed-off-by: Patryk Zdunowski <[email protected]>
1 parent 35287c2 commit 9a7ef4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/providers/launchdarkly-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ldOptions = {
3232
* you can change it using setContext.
3333
3434
*/
35-
const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, options);
35+
const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, ldOptions);
3636

3737
//set open feature provider and get client
3838
OpenFeature.setProvider(ldOpenFeatureProvider);

0 commit comments

Comments
 (0)