From a375ea94ef217dfb7ae732ee9a083b27239e6b67 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 3 Oct 2024 14:03:30 -0700 Subject: [PATCH] docs: fix typo in `bun publish` (#14334) --- docs/cli/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/publish.md b/docs/cli/publish.md index f679d220db..9adfef8308 100644 --- a/docs/cli/publish.md +++ b/docs/cli/publish.md @@ -44,7 +44,7 @@ $ bun publish ./package.tgz ### `--access` -The `--access` flag can be used to set the access level of the package being published. The access level can be one of `public` or `restricted`. Uscoped packages are always public, and attempting to publish an unscoped package with `--access restricted` will result in an error. +The `--access` flag can be used to set the access level of the package being published. The access level can be one of `public` or `restricted`. Unscoped packages are always public, and attempting to publish an unscoped package with `--access restricted` will result in an error. ```sh $ bun publish --access public