From 37fa182da225c5c0a676737828538a07454d4485 Mon Sep 17 00:00:00 2001 From: Juan Bernal Date: Thu, 9 Nov 2023 08:32:51 -0500 Subject: [PATCH] chore: Update README.md launchdarkly-client typo (#636) Signed-off-by: Juan Bernal --- libs/providers/launchdarkly-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/providers/launchdarkly-client/README.md b/libs/providers/launchdarkly-client/README.md index 452cfdc6b..05823b94b 100644 --- a/libs/providers/launchdarkly-client/README.md +++ b/libs/providers/launchdarkly-client/README.md @@ -21,7 +21,7 @@ const clientEnvKey = 'LDEnvironmentID'; * @see https://launchdarkly.github.io/js-client-sdk/interfaces/LDOptions.html */ const ldOptions = { - straming: true, + streaming: true, }; /*