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/doc
diff options
context:
space:
mode:
authorAJ Jordan <alex@strugee.net>2018-06-29 00:48:18 +0300
committerKat Marchán <kzm@zkat.tech>2018-06-29 00:48:18 +0300
commit88efbf6b0b403c5107556ff9e1bb7787a410d14d (patch)
treea2bbcf1a334068ba5860dc2a4a4fc62c9c49bd0f /doc
parentce07933588ec2da1cc1980f93bdaa485d6028ae2 (diff)
docs: fix typo in registry page (#20859)
PR-URL: https://github.com/npm/npm/pull/20859 Credit: @strugee Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-registry.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/npm-registry.md b/doc/misc/npm-registry.md
index 17d0d4acf..ee8ecc147 100644
--- a/doc/misc/npm-registry.md
+++ b/doc/misc/npm-registry.md
@@ -41,8 +41,8 @@ about your environment:
This is used to gather better metrics on how npm is used by humans, versus
build farms.
-The npm registry does not to correlate the information in these headers with
-any authenticated accounts that may be used in the same requests.
+The npm registry does not try to correlate the information in these headers
+with any authenticated accounts that may be used in the same requests.
## Can I run my own private registry?