From a014f3d284e49cd085cfd060a71a161b93bca9d1 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 PR-URL: https://github.com/npm/cli/pull/3562 Credit: @wraithgar Close: #3562 Reviewed-by: @lukekarrys --- 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 78b13cf9e9a00..bc96eb8c3af94 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