diff --git a/docs/references/chrome-extension/sync-host.mdx b/docs/references/chrome-extension/sync-host.mdx index 1966812b66..f00e995923 100644 --- a/docs/references/chrome-extension/sync-host.mdx +++ b/docs/references/chrome-extension/sync-host.mdx @@ -116,7 +116,7 @@ Clerk allows you to sync the authentication state from your web app to your Chro > If you have not [configured a consistent key](/docs/references/chrome-extension/configure-consistent-crx-id), you will have to repeat this step every time your extension's ID changes. 1. In the Clerk Dashboard, navigate to the [**API keys**](https://dashboard.clerk.com/last-active?path=api-keys) page. - 1. Copy your Secret Key. It should start with `pk_test_` or `pk_live_` for your development and production instances, respectively. + 1. Copy your Secret Key. It should start with `sk_test_` or `sk_live_` for your development and production instances, respectively. 1. In your terminal, paste the following command. Replace `YOUR_SECRET_KEY` with your Clerk Secret Key and the `` with your extension's ID. The final result should resemble the following: