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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-25 01:50:54 +0400
committerisaacs <i@izs.me>2012-07-25 01:50:54 +0400
commitccbbf96f3eccba11aaeb76300af55035bc7a0dc7 (patch)
tree68004aa98d99c920015aab972e62f5c76f8a1116 /doc
parent166b22bc35f29fa740f54af4187bb1c9cb0eb59d (diff)
doc typo: s/creditials/credentials/
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm.md b/doc/cli/npm.md
index cd3360d7c..a325fdf2e 100644
--- a/doc/cli/npm.md
+++ b/doc/cli/npm.md
@@ -64,7 +64,7 @@ following help topics:
Especially, installing other peoples code from the registry is done via
`npm install`
* adduser:
- Create an account or log in. Creditials are stored in the
+ Create an account or log in. Credentials are stored in the
user config file.
* publish:
Use the `npm publish` command to upload your code to the registry.