1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00

Docs: add missing words "connect to"

This commit is contained in:
Thomas Heartman 2023-01-03 11:27:06 +01:00
parent 983d3a9513
commit d2245583ec
No known key found for this signature in database
GPG Key ID: 47CFBB2D87C87664

View File

@ -57,7 +57,7 @@ const unleash = await startUnleash({
</TabItem>
</Tabs>
The example code above will initialize the client SDK, and try to the Unleash instance you point it to. You will need to use your own Unleash instance URL and a [server-side API token](../api-tokens-and-client-keys.mdx#client-tokens) to connect. For steps on how to create an API token, refer to the [_how to create API tokens_](../../how-to/how-to-create-api-tokens.mdx) guide.
The example code above will initialize the client SDK, and try to connect to the Unleash instance you point it to. You will need to use your own Unleash instance URL and a [server-side API token](../api-tokens-and-client-keys.mdx#client-tokens) to connect. For steps on how to create an API token, refer to the [_how to create API tokens_](../../how-to/how-to-create-api-tokens.mdx) guide.
## Step 3: Use the feature toggle {#step-3-use-the-feature-toggle}