Skip to content

Commit

Permalink
fix(docs): delineate package name
Browse files Browse the repository at this point in the history
Co-authored-by: Darcy Clarke <darcy@darcyclarke.me>
  • Loading branch information
wraithgar and darcyclarke committed Jan 14, 2021
1 parent 6df69ce commit dc6b2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-uninstall.md
Expand Up @@ -44,7 +44,7 @@ Scope is optional and follows the usual rules for [`scope`](/using-npm/scope).
npm uninstall sax
```

sax will no longer be in your `package.json`, `npm-shrinkwrap.json`, or
`sax` will no longer be in your `package.json`, `npm-shrinkwrap.json`, or
`package-lock.json` files.

```bash
Expand Down

0 comments on commit dc6b2a8

Please sign in to comment.