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

Docs: fix typo in front-end api url

Seems my autocorrect was a bit overzealous.
This commit is contained in:
Thomas Heartman 2023-01-25 13:30:43 +01:00
parent 38be01f506
commit 502a0759a5
No known key found for this signature in database
GPG Key ID: 47CFBB2D87C87664

View File

@ -318,7 +318,7 @@ unleash.on('synchronized', () => {
The easiest way to connect a client-side SDK to your Unleash instance is to use the [front-end API](../reference/front-end-api.md). You'll need to:
1. Create a front-end API token ([How do I create API tokens?](../how-to/how-to-create-api-tokens.mdx))
2. Configure CORS to allow your SDK to connect. For testing, we recommend allowing all origins (`*`).
3. Point your app at `<your-unleash-instance>/api/front-end`.
3. Point your app at `<your-unleash-instance>/api/frontend`.
The section on [using the Unleash front-end API](../reference/front-end-api.md#using-the-unleash-front-end-api) has more details for how you configure these settings.