Skip to content

Commit a850e64

Browse files
fix(docs): delineate package name
Co-authored-by: Darcy Clarke <darcy@darcyclarke.me>
1 parent c42662a commit a850e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/npm-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ npm uninstall sax
5151
npm uninstall lodash --no-save
5252
```
5353

54-
lodash will not be removed from your `package.json`,
54+
`lodash` will not be removed from your `package.json`,
5555
`npm-shrinkwrap.json`, or `package-lock.json` files.
5656

5757
### See Also

0 commit comments

Comments
 (0)