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/docs
diff options
context:
space:
mode:
authorMansur Ali Koroglu <mansuralikoroglu@gmail.com>2021-11-17 14:00:10 +0300
committerGar <gar+gh@danger.computer>2021-11-17 18:02:30 +0300
commitea2906ca32bda348b2833458729dc52081d64cf2 (patch)
tree586de14d67526ef85676df6f7788485ad4a9383f /docs
parent9868e7eb451c3e13c99af19314300415e1317ab5 (diff)
docs: fix typo in npm install docs
PR-URL: https://github.com/npm/cli/pull/4053 Credit: @MansurAliKoroglu Close: #4053 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md
index a103845d1..83b9af1e4 100644
--- a/docs/content/commands/npm-install.md
+++ b/docs/content/commands/npm-install.md
@@ -58,7 +58,7 @@ into a tarball (b).
* `npm install` (in a package directory, no arguments):
- Install the dependencies in the local `node_modules` folder.
+ Install the dependencies to the local `node_modules` folder.
In global mode (ie, with `-g` or `--global` appended to the command),
it installs the current package context (ie, the current working