Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-07-20 19:07:31 +0300
committerGar <gar+gh@danger.computer>2021-07-20 21:09:44 +0300
commita014f3d284e49cd085cfd060a71a161b93bca9d1 (patch)
treef2cbf56f7426c25206b08d0c197fe4eeff0f647e /docs
parentb6e09971a8f9a3c92188838b69be0a0dda27f0bb (diff)
fix(docs): typo in `npm cmd` docs
PR-URL: https://github.com/npm/cli/pull/3562 Credit: @wraithgar Close: #3562 Reviewed-by: @lukekarrys
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-pkg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-pkg.md b/docs/content/commands/npm-pkg.md
index 78b13cf9e..bc96eb8c3 100644
--- a/docs/content/commands/npm-pkg.md
+++ b/docs/content/commands/npm-pkg.md
@@ -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