Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMihai Crisan <61682879+crisanmm@users.noreply.github.com>2022-07-11 21:44:06 +0300
committerGitHub <noreply@github.com>2022-07-11 21:44:06 +0300
commit9697f16952b1bf02bb5455c36a1995277cbc0c97 (patch)
tree1b911dd4a07d7320ceccec38afb5460ec9153986 /docs
parentf032e1c0ada062e2139c8f057b24abb1ce2e4a33 (diff)
docs: typo in npm command (#5118)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm.md b/docs/content/commands/npm.md
index aaf295dfd..18a68d03c 100644
--- a/docs/content/commands/npm.md
+++ b/docs/content/commands/npm.md
@@ -102,7 +102,7 @@ following help topics:
done via [`npm install`](/commands/npm-install)
* adduser:
Create an account or log in. When you do this, npm will store
- credentials in the user config file config file.
+ credentials in the user config file.
* publish:
Use the [`npm publish`](/commands/npm-publish) command to upload your
code to the registry.