Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJSKitty <jskitty@protonmail.com>2022-04-04 20:59:30 +0300
committerGitHub <noreply@github.com>2022-04-04 20:59:30 +0300
commit44108f7be5e1e928d8aa3eda3c5c177bcd216c99 (patch)
tree6a3bebe269228490d25f499349851c3b09fabc1f /docs
parent79827ec7e7303db34894b9b6114696c5fedb8894 (diff)
docs: fix npm-uninstall typo (#4670)
Futher --> Further
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-uninstall.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md
index 9316c686d..f7f671f25 100644
--- a/docs/content/commands/npm-uninstall.md
+++ b/docs/content/commands/npm-uninstall.md
@@ -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