Skip to content

Commit 37fa182

Browse files
authored
chore: Update README.md launchdarkly-client typo (#636)
Signed-off-by: Juan Bernal <[email protected]>
1 parent ab962bc commit 37fa182

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
@@ -21,7 +21,7 @@ const clientEnvKey = 'LDEnvironmentID';
2121
* @see https://launchdarkly.github.io/js-client-sdk/interfaces/LDOptions.html
2222
*/
2323
const ldOptions = {
24-
straming: true,
24+
streaming: true,
2525
};
2626

2727
/*

0 commit comments

Comments
 (0)