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:
authorAshley Williams <ashley@bocoup.com>2015-10-30 17:45:32 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-03 09:07:56 +0300
commitd0ad8f434f14352e1045cad14fd51c2eefe13cbb (patch)
tree8a7327f3aa3459b879752152fc29ff768643104c /doc
parentd623783488aa5ee22fd3498cbffb4819cbd36f47 (diff)
doc: fix broken link, scopes => scope
PR-URL: https://github.com/npm/npm/pull/10176
Diffstat (limited to 'doc')
-rw-r--r--doc/files/npm-folders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/files/npm-folders.md b/doc/files/npm-folders.md
index 1fb21b1a3..18b7ea50d 100644
--- a/doc/files/npm-folders.md
+++ b/doc/files/npm-folders.md
@@ -45,7 +45,7 @@ Global installs on Windows go to `{prefix}/node_modules` (that is, no
Scoped packages are installed the same way, except they are grouped together
in a sub-folder of the relevant `node_modules` folder with the name of that
scope prefix by the @ symbol, e.g. `npm install @myorg/package` would place
-the package in `{prefix}/node_modules/@myorg/package`. See `scopes(7)` for
+the package in `{prefix}/node_modules/@myorg/package`. See `scope(7)` for
more details.
If you wish to `require()` a package, then install it locally.