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:
authorXhmikosR <xhmikosr@gmail.com>2019-08-10 08:26:00 +0300
committerisaacs <i@izs.me>2019-08-12 19:34:53 +0300
commite8fb2a1bd9785e0092e9926f4fd65ad431e38452 (patch)
treed8bda7bb23d9ca42a99dffa1f191cb09a1492fe6 /changelogs
parent0e9e5177ca18326a5badca3bbfe19464a367b686 (diff)
docs: Fix spelling mistakes in CHANGELOG-3.md
PR-URL: https://github.com/npm/cli/pull/231 Credit: @XhmikosR Close: #231 Reviewed-by: @isaacs
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelogs/CHANGELOG-3.md b/changelogs/CHANGELOG-3.md
index e8ef46409..fc55a696f 100644
--- a/changelogs/CHANGELOG-3.md
+++ b/changelogs/CHANGELOG-3.md
@@ -2864,7 +2864,7 @@ Historically, if you used a pre-release version of Node.js, you would get
dozens and dozens of warnings when EVERY engine check failed across all of
your modules, because `>= 0.10.0` doesn't match prereleases.
-You might find this stream of redundent warnings undesirable. I do.
+You might find this stream of redundant warnings undesirable. I do.
We've moved this into a SINGLE warning you'll get about using a pre-release
version of Node.js and now suppress those other warnings.
@@ -3524,7 +3524,7 @@ it would just refuse to install anything. (We fixed that in
[#10338](https://github.com/npm/npm/pull/10338)
Updating a module could result in the module stealing some of its
dependencies from the top level, potentially breaking other modules or
- resulting in many redundent installations. This bug was first introduced
+ resulting in many redundant installations. This bug was first introduced
by [`971fd47a`](https://github.com/npm/npm/commit/971fd47a).
([@iarna](https://github.com/iarna))
* [`5653366`](https://github.com/npm/npm/commit/5653366)