Skip to content

Commit

Permalink
Quick Typo Fix
Browse files Browse the repository at this point in the history
The docs reference the Secret Key but then use the prefix for publishable key, fixed the prefix to sk
  • Loading branch information
JacobMGEvans committed Dec 5, 2024
1 parent ab7bb82 commit cf536d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/chrome-extension/sync-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<CHROME_EXTENSION_KEY>` with your extension's ID.

The final result should resemble the following:
Expand Down

0 comments on commit cf536d7

Please sign in to comment.