Skip to content

Commit ea2906c

Browse files
MansurAliKorogluwraithgar
authored andcommitted
docs: fix typo in npm install docs
PR-URL: npm#4053 Credit: @MansurAliKoroglu Close: npm#4053 Reviewed-by: @wraithgar
1 parent 9868e7e commit ea2906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/npm-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ into a tarball (b).
5858

5959
* `npm install` (in a package directory, no arguments):
6060

61-
Install the dependencies in the local `node_modules` folder.
61+
Install the dependencies to the local `node_modules` folder.
6262

6363
In global mode (ie, with `-g` or `--global` appended to the command),
6464
it installs the current package context (ie, the current working

0 commit comments

Comments
 (0)