Skip to content

Commit c3c3ed2

Browse files
Trottaduh95
authored andcommitted
doc: fix typos in changelogs
I know we can't fix the parts that are commit messages, but I believe the rest of the text is editable. Am I misremembering? PR-URL: #60855 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8df5862 commit c3c3ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelogs/CHANGELOG_V12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ consumption.
18821882
#### Increase of the default server headers timeout
18831883

18841884
The default value of `server.headersTimeout` for `http` and `https` servers was
1885-
increased from `40000` to `60000` (60 seconds). This to accomodate for systems
1885+
increased from `40000` to `60000` (60 seconds). This to accommodate for systems
18861886
like AWS ELB that have a timeout of 60 seconds.
18871887

18881888
Contributed by Tim Costa - [#30071](https://github.com/nodejs/node/pull/30071).

doc/changelogs/CHANGELOG_V13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ impact on Node.js 13.x users with older versions of macOS.
675675

676676
In Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change
677677
had the unforseen consequence of breaking building from the tarballs we release as we were too
678-
aggressively removing `unneccessary files` from the `deps/zlib` folder. This release includes
678+
aggressively removing `unnecessary files` from the `deps/zlib` folder. This release includes
679679
a patch that ensures that individuals will once again be able to build Node.js from source.
680680

681681
### Commits

0 commit comments

Comments
 (0)