diff --git a/doc/api/cli.md b/doc/api/cli.md index d8ce13a86d9aa8..c2b5d230d8e207 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1017,7 +1017,7 @@ following permissions are restricted: added: v22.0.0 --> -> Stability: 1.1 - Active Developement +> Stability: 1.1 - Active Development Supports loading a synchronous ES module graph in `require()`. diff --git a/doc/api/test.md b/doc/api/test.md index 7b0dd83eef36f5..97d55937364ac8 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2317,7 +2317,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w }); ``` -Alternativelly, the `.tick` function can be called many times +Alternatively, the `.tick` function can be called many times ```mjs import assert from 'node:assert';