diff --git a/website/docs/reference/api-tokens-and-client-keys.mdx b/website/docs/reference/api-tokens-and-client-keys.mdx index 82dc6d3a42..c3e1e8f05f 100644 --- a/website/docs/reference/api-tokens-and-client-keys.mdx +++ b/website/docs/reference/api-tokens-and-client-keys.mdx @@ -20,7 +20,7 @@ Client tokens are intended for use in [server-side client SDKs](../reference/sdk - Registering applications with the Unleash server - Sending usage metrics -Client tokens are scoped to one or more projects and a single environment. When creating a client token, you can give it access to a specific list of projects or to all current or future projects. Client tokens are secrets and must not be exposed to end users. +Client tokens are scoped to one or more projects and a single environment. When creating a client token, you c an give it access to a specific list of projects or to all current or future projects. Client tokens are secrets and must not be exposed to end users. Client tokens cannot be used in frontend SDKs, use [Frontend tokens](#frontend-tokens) instead. @@ -144,7 +144,7 @@ Depending on your [permissions](#api-token-permissions), you can create API toke :::warning -Unleash Proxy is in maintenance mode. Use [Unleash Edge](../reference/edge) instead. +Unleash Proxy is in maintenance mode. Use [Unleash Edge](../reference/unleash-edge) instead. :::