From e8fb2a1bd9785e0092e9926f4fd65ad431e38452 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 Aug 2019 08:26:00 +0300 Subject: [PATCH] docs: Fix spelling mistakes in CHANGELOG-3.md PR-URL: https://github.com/npm/cli/pull/231 Credit: @XhmikosR Close: #231 Reviewed-by: @isaacs --- changelogs/CHANGELOG-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG-3.md b/changelogs/CHANGELOG-3.md index e8ef464098d83..fc55a696fb22a 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)