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:
parent
983d3a9513
commit
d2245583ec
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user