Skip to content

Commit f3946b0

Browse files
VenkatVenkat
authored andcommitted
fix(docs): revert commit message changes and fix additional typos
1 parent 339a1ed commit f3946b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/site/pages/en/blog/release/v16.17.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Contributed by Filip Skokan - [#42507](https://github.com/nodejs/node/pull/42507
364364
- \[[`e33f6bd384`](https://github.com/nodejs/node/commit/e33f6bd384)] - **test_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843)
365365
- \[[`a167daa311`](https://github.com/nodejs/node/commit/a167daa311)] - **test_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911)
366366
- \[[`b1db85023e`](https://github.com/nodejs/node/commit/b1db85023e)] - **test_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919)
367-
- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: receive and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
367+
- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
368368
- \[[`f8f1d16097`](https://github.com/nodejs/node/commit/f8f1d16097)] - **test_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757)
369369
- \[[`e9ca1efe67`](https://github.com/nodejs/node/commit/e9ca1efe67)] - **test_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505)
370370
- \[[`5dca44d5eb`](https://github.com/nodejs/node/commit/5dca44d5eb)] - **test_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729)

apps/site/pages/en/blog/release/v23.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ According to the release schedule, Node.js 23 will remain the ‘Current’ rele
2222

2323
Support for loading native ES modules using `require()` had been available on v20.x and v22.x under the command line flag `--experimental-require-module`. In v23.x, this feature is now enabled by default. This feature is still experimental, and we are looking for user feedback to make more final tweaks before fully stabilizing it. For this reason, on v23.x, when the Node.js instance encounters a native ES module in `require()` for the first time, it will emit an experimental warning.
2424

25-
If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround. We expect to test this feature using v23.x, find out any potential regressions and make adjustments accordingly, before backporting the unflagging to v22.x. This will likely happen in a later semver-minor release after the the LTS promotion at the end of October.
25+
If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround. We expect to test this feature using v23.x, find out any potential regressions and make adjustments accordingly, before backporting the unflagging to v22.x. This will likely happen in a later semver-minor release after the LTS promotion at the end of October.
2626

2727
With this feature enabled, Node.js will no longer throw `ERR_REQUIRE_ESM` if `require()` is used to load a ES module. It can, however, throw `ERR_REQUIRE_ASYNC_MODULE` if the ES module being loaded or its dependencies contain top-level `await`. When the ES module is loaded successfully by `require()`, the returned object will be a ES module namespace object similar to what's returned by `import()`, and can be checked using `util.isModuleNamespaceObject()`.
2828

apps/site/pages/en/blog/vulnerability/july-2022-security-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ With respect to the vulnerabilities in the OpenSSL Security releases of Jul 5th
146146

147147
- Node.js is affected by **one** MODERATE vulnerability on Windows 32-Bit x86.
148148

149-
The security release will be delayed so that we can incorporate the the updated OpenSSL versions. We
149+
The security release will be delayed so that we can incorporate the updated OpenSSL versions. We
150150
will post another update once we have an updated target for the release date.
151151

152152
### Analysis

0 commit comments

Comments
 (0)