Skip to content

Commit eaedf96

Browse files
Trotttargos
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 <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 86a0cbb commit eaedf96

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
@@ -1883,7 +1883,7 @@ consumption.
18831883
#### Increase of the default server headers timeout
18841884

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

18891889
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
@@ -676,7 +676,7 @@ impact on Node.js 13.x users with older versions of macOS.
676676

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

682682
### Commits

0 commit comments

Comments
 (0)