Skip to content

Commit 44108f7

Browse files
authored
docs: fix npm-uninstall typo (#4670)
Futher --> Further
1 parent 79827ec commit 44108f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/npm-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It also removes the package from the `dependencies`, `devDependencies`,
3030
`optionalDependencies`, and `peerDependencies` objects in your
3131
`package.json`.
3232

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

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

0 commit comments

Comments
 (0)