Skip to content

Commit ea65dd8

Browse files
Venkat-EntropikVenkat
andauthored
fix(docs): correct typographical errors in multiple blog files (#8803)
* fix(docs): correct typographical errors in multiple blog files * fix(docs): revert commit message changes and fix additional typos --------- Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
1 parent 6a09ab5 commit ea65dd8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apps/site/pages/en/blog/announcements/v20-release-announce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ node --experimental-sea-config sea-config.json
157157

158158
This blob can now be injected into the binary.
159159

160-
This change was made to allow the the possibility of embedding multiple co-existing resources into the SEA (Single Executable Apps) which opens up new use cases.
160+
This change was made to allow the possibility of embedding multiple co-existing resources into the SEA (Single Executable Apps) which opens up new use cases.
161161

162162
Contributed by Joyee Cheung in [#47125](https://github.com/nodejs/node/pull/47125)
163163

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

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

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

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

apps/site/pages/en/blog/release/v18.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ breaking changes.
3838

3939
##### Login
4040

41-
> Explanation: the default `auth-type` has changed and users can opt back into the old behavior with `npm config set auth-type=legacy`. `login` and `adduser` have also been seperated making each command more closely match it's name instead of being aliases for each other.
41+
> Explanation: the default `auth-type` has changed and users can opt back into the old behavior with `npm config set auth-type=legacy`. `login` and `adduser` have also been separated making each command more closely match it's name instead of being aliases for each other.
4242
4343
- Legacy auth types `sso`, `saml` & `legacy` have been consolidated into `"legacy"`.
4444
- `auth-type` defaults to `"web"`

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)