summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-config.md')
-rw-r--r--deps/npm/docs/content/commands/npm-config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/docs/content/commands/npm-config.md b/deps/npm/docs/content/commands/npm-config.md
index fe87abac90..69370fd5de 100644
--- a/deps/npm/docs/content/commands/npm-config.md
+++ b/deps/npm/docs/content/commands/npm-config.md
@@ -46,7 +46,7 @@ npm set key=value [key=value...]
Sets each of the config keys to the value provided.
-If value is omitted, then it sets it to an empty string.
+If value is omitted, the key will be removed from your config file entirely.
Note: for backwards compatibility, `npm config set key value` is supported
as an alias for `npm config set key=value`.