Skip to content

Commit e8fb2a1

Browse files
XhmikosRisaacs
authored andcommitted
docs: Fix spelling mistakes in CHANGELOG-3.md
PR-URL: #231 Credit: @XhmikosR Close: #231 Reviewed-by: @isaacs
1 parent 0e9e517 commit e8fb2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelogs/CHANGELOG-3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ Historically, if you used a pre-release version of Node.js, you would get
28642864
dozens and dozens of warnings when EVERY engine check failed across all of
28652865
your modules, because `>= 0.10.0` doesn't match prereleases.
28662866

2867-
You might find this stream of redundent warnings undesirable. I do.
2867+
You might find this stream of redundant warnings undesirable. I do.
28682868

28692869
We've moved this into a SINGLE warning you'll get about using a pre-release
28702870
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
35243524
[#10338](https://github.com/npm/npm/pull/10338)
35253525
Updating a module could result in the module stealing some of its
35263526
dependencies from the top level, potentially breaking other modules or
3527-
resulting in many redundent installations. This bug was first introduced
3527+
resulting in many redundant installations. This bug was first introduced
35283528
by [`971fd47a`](https://github.com/npm/npm/commit/971fd47a).
35293529
([@iarna](https://github.com/iarna))
35303530
* [`5653366`](https://github.com/npm/npm/commit/5653366)

0 commit comments

Comments
 (0)