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
diff options
context:
space:
mode:
authorKin Lum <kenneth.kin.lum@gmail.com>2017-06-08 01:47:39 +0300
committerRebecca Turner <me@re-becca.org>2017-06-28 00:46:40 +0300
commit153245edc4845db670ada5e95ef384561706a751 (patch)
treecff1e9173ff6e5d243b3aead9afbf86a190fc796 /doc/misc/npm-config.md
parente2f815f87676b7c50b896e939cee15a01aa976e4 (diff)
docs: fix typo in npm-config docs
PR-URL: https://github.com/npm/npm/pull/17075/files Credit: @KennethKinLum Reviewed-By: @iarna
Diffstat (limited to 'doc/misc/npm-config.md')
-rw-r--r--doc/misc/npm-config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 4a2ef87cb..86cd920a6 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -21,7 +21,7 @@ configuration parameter to `bar`. Any environment configurations that
are not given a value will be given the value of `true`. Config
values are case-insensitive, so `NPM_CONFIG_FOO=bar` will work the
same. However, please note that inside [npm-scripts](/misc/scripts)
-npm will set it's own environment variables and Node will prefer
+npm will set its own environment variables and Node will prefer
those lowercase versions over any uppercase ones that you might set.
For details see [this issue](https://github.com/npm/npm/issues/14528).