From 67ab0f745ad182fa8250cc1da53b618df2e0d95a Mon Sep 17 00:00:00 2001 From: Daniel Kaplan Date: Fri, 19 Jan 2024 07:48:20 -0800 Subject: [PATCH] docs(update): Replace comma with period in run on sentence (#7142) --- docs/lib/content/commands/npm-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/commands/npm-update.md b/docs/lib/content/commands/npm-update.md index 2bebaf554f50a..65919a4a7f914 100644 --- a/docs/lib/content/commands/npm-update.md +++ b/docs/lib/content/commands/npm-update.md @@ -24,7 +24,7 @@ If no package name is specified, all packages in the specified location (global or local) will be updated. Note that by default `npm update` will not update the semver values of direct -dependencies in your project `package.json`, if you want to also update +dependencies in your project `package.json`. If you want to also update values in `package.json` you can run: `npm update --save` (or add the `save=true` option to a [configuration file](/configuring-npm/npmrc) to make that the default behavior).