summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-publish.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-publish.md')
-rw-r--r--deps/npm/docs/content/commands/npm-publish.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/docs/content/commands/npm-publish.md b/deps/npm/docs/content/commands/npm-publish.md
index 09756aedf0..b23d9ad8a1 100644
--- a/deps/npm/docs/content/commands/npm-publish.md
+++ b/deps/npm/docs/content/commands/npm-publish.md
@@ -107,8 +107,8 @@ tarball that will be compared with the local files by default.
current level
* Type: null, "restricted", or "public"
-If do not want your scoped package to be publicly viewable (and installable)
-set `--access=restricted`.
+If you do not want your scoped package to be publicly viewable (and
+installable) set `--access=restricted`.
Unscoped packages can not be set to `restricted`.