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:
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 /CHANGELOG.md
parenta34246bafe73218dc9e3090df9ee800451db2c7d (diff)
docs: Correct spelling (#78)
PR-URL: https://github.com/npm/cli/pull/78 Credit: @hugovk Reviewed-By: @zkat
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36e51f5bb..6270a9c81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -220,7 +220,7 @@ bumped due to bugs that had been around for a while.
([@zkat](https://github.com/zkat))
* [`21cf0ab68`](https://github.com/npm/cli/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6)
[npm/cli#24](https://github.com/npm/cli/pull/24)
- Use the defaut OTP explanation everywhere except when the context is
+ Use the default OTP explanation everywhere except when the context is
"OTP-aware" (like when setting double-authentication). This improves the
overall CLI messaging when prompting for an OTP code.
([@jdeniau](https://github.com/jdeniau))