Skip to content

Commit 9c445d3

Browse files
committed
Wording
1 parent 63e2ba6 commit 9c445d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ const ldClient = LaunchDarkly.initialize(
5050
const flagVal = ldClient.variation('my-flag', false); // evaluates a flag
5151
```
5252

53-
Learn more about the LaunchDarkly SDK at https://docs.launchdarkly.com/sdk/client-side/javascript.
54-
At the moment, **we do not officially support framework-specific LaunchDarkly
55-
SDKs.** However, you may reuse this setup code for React and client-side Node.js.
53+
Learn more about the [LaunchDarkly SDK](https://docs.launchdarkly.com/sdk/client-side/javascript). At the moment, **we aren't officially supporting framework-specific LaunchDarkly SDKs.** However, you can reuse this setup code for React and client-side Node.js.
5654

5755
<PlatformContent includePath="feature-flags/next-steps" />

0 commit comments

Comments
 (0)