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:
authorAndrew Marcinkevičius <andrew.web@ifdattic.com>2015-10-20 11:38:55 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-03 09:15:45 +0300
commit7cf63662e0d93d7a6be3b0bc57a141284144371c (patch)
tree5435934f4c1ed4445a22dfa5067835c9ffbe62e4 /doc
parentd0ad8f434f14352e1045cad14fd51c2eefe13cbb (diff)
doc: fix typo / over-abbreviation
PR-URL: https://github.com/npm/npm/pull/10036
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-scripts.md b/doc/misc/npm-scripts.md
index c7f8b20ce..e0519d300 100644
--- a/doc/misc/npm-scripts.md
+++ b/doc/misc/npm-scripts.md
@@ -210,7 +210,7 @@ above.
by simply describing your package appropriately. In general, this
will lead to a more robust and consistent state.
* Inspect the env to determine where to put things. For instance, if
- the `npm_config_binroot` environ is set to `/home/user/bin`, then
+ the `npm_config_binroot` environment variable is set to `/home/user/bin`, then
don't try to install executables into `/usr/local/bin`. The user
probably set it up that way for a reason.
* Don't prefix your script commands with "sudo". If root permissions