We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79827ec commit 44108f7Copy full SHA for 44108f7
docs/content/commands/npm-uninstall.md
@@ -30,7 +30,7 @@ It also removes the package from the `dependencies`, `devDependencies`,
30
`optionalDependencies`, and `peerDependencies` objects in your
31
`package.json`.
32
33
-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
34
will update those files as well.
35
36
`--no-save` will tell npm not to remove the package from your
0 commit comments