From 44108f7be5e1e928d8aa3eda3c5c177bcd216c99 Mon Sep 17 00:00:00 2001 From: JSKitty Date: Mon, 4 Apr 2022 17:59:30 +0000 Subject: [PATCH] docs: fix npm-uninstall typo (#4670) Futher --> Further --- docs/content/commands/npm-uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md index 9316c686d4095..f7f671f251e8f 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