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:
authorZeke Sikelianos <zeke@sikelianos.com>2015-01-09 11:35:29 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-16 07:21:28 +0300
commita66a368bcc56e5a2d372d7ce3e0628fb774d564e (patch)
treeadfcc98b921d525a86b53a545b28bc86f0cb7492 /doc
parent9eac0a14488c5979ebde4c17881c8cd74f395069 (diff)
s/field/fields
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-view.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-view.md b/doc/cli/npm-view.md
index 8f52a85a9..683ed09f4 100644
--- a/doc/cli/npm-view.md
+++ b/doc/cli/npm-view.md
@@ -24,7 +24,7 @@ For example, to show the dependencies of the `ronn` package at version
npm view ronn@0.3.5 dependencies
-You can view child field by separating them with a period.
+You can view child fields by separating them with a period.
To view the git repository URL for the latest version of npm, you could
do this: