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:
authorreggi <thomas@reggi.com>2015-09-22 22:52:43 +0300
committerRebecca Turner <me@re-becca.org>2015-10-09 02:24:36 +0300
commitf2cf05465bb9b5da6d2270cd140ac2198298df5a (patch)
treec0715110a42e49e6cdc3ca1fc287de35063154d1 /doc
parent6a29fe3e5c35001abb5e366e51985f8b9ef4108d (diff)
doc: Fix typos across a number of docs
PR-URL: https://github.com/npm/npm/pull/9714
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install.md2
-rw-r--r--doc/cli/npm-shrinkwrap.md2
-rw-r--r--doc/cli/npm-team.md2
-rw-r--r--doc/cli/npm-view.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 07c61e174..44bfdd902 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -313,7 +313,7 @@ For `A{B,C}, B{C,D@1}, C{D@2}`, this algorithm produces:
`-- D@2
+-- D@1
-Because B's D@1 will be installed in the top leve, C now has to install D@2
+Because B's D@1 will be installed in the top level, C now has to install D@2
privately for itself.
See npm-folders(5) for a more detailed description of the specific
diff --git a/doc/cli/npm-shrinkwrap.md b/doc/cli/npm-shrinkwrap.md
index b4548ca7c..5156d339a 100644
--- a/doc/cli/npm-shrinkwrap.md
+++ b/doc/cli/npm-shrinkwrap.md
@@ -107,7 +107,7 @@ reproducing the structure described in the file, using the specific files
referenced in "resolved" if available, falling back to normal package
resolution using "version" if one isn't.
-2. The tree is walked and any missing dependencies are installed in the usual fasion.
+2. The tree is walked and any missing dependencies are installed in the usual fashion.
### Using shrinkwrapped packages
diff --git a/doc/cli/npm-team.md b/doc/cli/npm-team.md
index 2ed9b367b..693b621ed 100644
--- a/doc/cli/npm-team.md
+++ b/doc/cli/npm-team.md
@@ -18,7 +18,7 @@ npm-team(1) -- Manage organization teams and team memberships
Used to manage teams in organizations, and change team memberships. Does not
handle permissions for packages.
-Teams must always be fully qualified with the organization/scope they belond to
+Teams must always be fully qualified with the organization/scope they belong to
when operating on them, separated by a colon (`:`). That is, if you have a
`developers` team on a `foo` organization, you must always refer to that team as
`developers:foo` in these commands.
diff --git a/doc/cli/npm-view.md b/doc/cli/npm-view.md
index 2330c016e..2215818a4 100644
--- a/doc/cli/npm-view.md
+++ b/doc/cli/npm-view.md
@@ -50,7 +50,7 @@ contributor in the list, you can do this:
npm view express contributors[0].email
Multiple fields may be specified, and will be printed one after another.
-For exampls, to get all the contributor names and email addresses, you
+For example, to get all the contributor names and email addresses, you
can do this:
npm view express contributors.name contributors.email