Skip to content

Commit

Permalink
docs(update): Replace comma with period in run on sentence (#7142)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKaplanSES committed Jan 19, 2024
1 parent 05c69dc commit 67ab0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/commands/npm-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 67ab0f7

Please sign in to comment.