From 416aed4f7b5dda62ad34fd91c00a7dce4f18787b Mon Sep 17 00:00:00 2001 From: Maksim Zdobnikau <43750648+DelevoXDG@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:49:43 +0300 Subject: [PATCH] Doc typo fix - Publishing to registry (#1654) --- website/docs/registries/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/registries/publishing.md b/website/docs/registries/publishing.md index 1a3ec9265..6a400ed74 100644 --- a/website/docs/registries/publishing.md +++ b/website/docs/registries/publishing.md @@ -12,7 +12,7 @@ The publish command automatically [packages and verifies](#packaging-your-packag To publish your package to a registry that supports package publishing, you need to authenticate using an API token with the `publish` scope. First, log in to the registry and [in the dashboard](https://scarbs.xyz/dashboard) generate the API token. Scarb will use the token to authenticate and complete the publishing process. -The token must be provided via the ``SCARB_REGISTRY_AUTH_TOKEN` environment variable. +The token must be provided via the `SCARB_REGISTRY_AUTH_TOKEN` environment variable. ```shell SCARB_REGISTRY_AUTH_TOKEN=scrb_mytoken scarb publish