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:
authorAndré Herculano <andresilveirah@gmail.com>2016-05-23 12:46:18 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-05-27 00:40:56 +0300
commitd6dff2481cb587c392f22afb893ac3136371a64c (patch)
tree8ca481d81274c50dec76eec7b414db4cfa79c549 /doc
parentcb38e0fff82a6c1c110026b95b07a8c32e27ec01 (diff)
doc: small grammar fix in cli/npm.md
Reviewed-By: @zkat Credit: @andresilveira PR-URL: https://github.com/npm/npm/pull/12802
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 31c9b18af..ec867e5f9 100644
--- a/doc/cli/npm.md
+++ b/doc/cli/npm.md
@@ -41,7 +41,7 @@ requires compiling of C++ Code, npm will use
[node-gyp](https://github.com/TooTallNate/node-gyp) for that task.
For a Unix system, [node-gyp](https://github.com/TooTallNate/node-gyp)
needs Python, make and a buildchain like GCC. On Windows,
-Python and Microsoft Visual Studio C++ is needed. Python 3 is
+Python and Microsoft Visual Studio C++ are needed. Python 3 is
not supported by [node-gyp](https://github.com/TooTallNate/node-gyp).
For more information visit
[the node-gyp repository](https://github.com/TooTallNate/node-gyp) and