Skip to content

Commit

Permalink
Update docs/content/commands/npm-uninstall.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
wraithgar and ljharb committed Jan 14, 2021
1 parent cd5eeaa commit 6df69ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-uninstall.md
Expand Up @@ -51,7 +51,7 @@ sax will no longer be in your `package.json`, `npm-shrinkwrap.json`, or
npm uninstall lodash --no-save
```

lodash will not be removed fromy your `package.json`,
lodash will not be removed from your `package.json`,
`npm-shrinkwrap.json`, or `package-lock.json` files.

### See Also
Expand Down

0 comments on commit 6df69ce

Please sign in to comment.