Skip to content

Commit

Permalink
docs: fix typo in npm install docs
Browse files Browse the repository at this point in the history
PR-URL: #4053
Credit: @MansurAliKoroglu
Close: #4053
Reviewed-by: @wraithgar
  • Loading branch information
MansurAliKoroglu authored and wraithgar committed Nov 17, 2021
1 parent 9868e7e commit ea2906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-install.md
Expand Up @@ -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
Expand Down

0 comments on commit ea2906c

Please sign in to comment.