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:
authorHugo <hugovk@users.noreply.github.com>2018-11-26 19:04:06 +0300
committerKat Marchán <kzm@zkat.tech>2018-11-26 19:04:06 +0300
commit4acd45a3d0ce92f9999446226fe7dfb89a90ba2e (patch)
tree7d1b0c69f0902d92508d55dbfa1d8db7d016ff1e /doc
parenta34246bafe73218dc9e3090df9ee800451db2c7d (diff)
docs: Correct spelling (#78)
PR-URL: https://github.com/npm/cli/pull/78 Credit: @hugovk Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-registry.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-registry.md b/doc/misc/npm-registry.md
index ffbf0214b..03966007c 100644
--- a/doc/misc/npm-registry.md
+++ b/doc/misc/npm-registry.md
@@ -41,7 +41,7 @@ about your environment:
information to allow you to customize your experience for your
organization.
* `Npm-In-CI` – Set to "true" if npm believes this install is running in a
- continous integration environment, "false" otherwise. This is detected by
+ continuous integration environment, "false" otherwise. This is detected by
looking for the following environment variables: `CI`, `TDDIUM`,
`JENKINS_URL`, `bamboo.buildKey`. If you'd like to learn more you may find
the [original PR](https://github.com/npm/npm-registry-client/pull/129)