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
diff options
context:
space:
mode:
-rw-r--r--doc/cli/json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/json.md b/doc/cli/json.md
index 16b2ad931..ddd500e3b 100644
--- a/doc/cli/json.md
+++ b/doc/cli/json.md
@@ -485,7 +485,7 @@ to publish it.
This is a way to prevent accidental publication of private repositories.
If you would like to ensure that a given package is only ever published
-to a speciic registry (for example, an internal registry),
+to a specific registry (for example, an internal registry),
then use the `publishConfig` hash described below
to override the `registry` config param at publish-time.