Skip to content

Commit

Permalink
fix(docs): typo in npm cmd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jul 20, 2021
1 parent 801a523 commit 53c88e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-pkg.md
Expand Up @@ -16,7 +16,7 @@ npm pkg delete <field> [.<subfield> ...]
A command that automates the management of `package.json` files.
`npm pkg` provide 3 different sub commands that allow you to modify or retrieve
values for given object keys in your `packge.json`.
values for given object keys in your `package.json`.
The syntax to retrieve and set fields is a dot separated representation of
the nested object properties to be found within your `package.json`, it's the
Expand Down

0 comments on commit 53c88e6

Please sign in to comment.