Skip to content

Commit

Permalink
docs: fix npm-uninstall typo (#4670)
Browse files Browse the repository at this point in the history
Futher --> Further
  • Loading branch information
JSKitty committed Apr 4, 2022
1 parent 79827ec commit 44108f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It also removes the package from the `dependencies`, `devDependencies`,
`optionalDependencies`, and `peerDependencies` objects in your
`package.json`.

Futher, if you have an `npm-shrinkwrap.json` or `package-lock.json`, npm
Further, if you have an `npm-shrinkwrap.json` or `package-lock.json`, npm
will update those files as well.

`--no-save` will tell npm not to remove the package from your
Expand Down

0 comments on commit 44108f7

Please sign in to comment.