Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: Fix typographical issue in npm-update docs
Browse files Browse the repository at this point in the history
Credit: @JonathanP
Reviewed-By: @iarna
PR-URL: #11272
  • Loading branch information
svenheden authored and iarna committed Jan 28, 2016
1 parent 9ab8b8d commit 719ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/npm-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if it installs a new package.

### Updating Globally-Installed Packages

`npm update -g` will apply the `update` action to each globally- installed
`npm update -g` will apply the `update` action to each globally installed
package that is `outdated` -- that is, has a version that is different from
`latest`.

Expand Down

0 comments on commit 719ea9c

Please sign in to comment.