Skip to content

Commit a014f3d

Browse files
committed
fix(docs): typo in npm cmd docs
PR-URL: #3562 Credit: @wraithgar Close: #3562 Reviewed-by: @lukekarrys
1 parent b6e0997 commit a014f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/npm-pkg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm pkg delete <field> [.<subfield> ...]
1616
1717
A command that automates the management of `package.json` files.
1818
`npm pkg` provide 3 different sub commands that allow you to modify or retrieve
19-
values for given object keys in your `packge.json`.
19+
values for given object keys in your `package.json`.
2020
2121
The syntax to retrieve and set fields is a dot separated representation of
2222
the nested object properties to be found within your `package.json`, it's the

0 commit comments

Comments
 (0)