From 53c88e6d7d9e4f895f64bb164fa00ff8315e35a1 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 20 Jul 2021 09:07:31 -0700 Subject: [PATCH] fix(docs): typo in `npm cmd` docs --- docs/content/commands/npm-pkg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-pkg.md b/docs/content/commands/npm-pkg.md index 7ff0a4d97930f..61594888fd2ff 100644 --- a/docs/content/commands/npm-pkg.md +++ b/docs/content/commands/npm-pkg.md @@ -16,7 +16,7 @@ npm pkg delete [. ...] 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