Skip to content

Commit 36a1db0

Browse files
ehsankhfreliphazbouye
authored andcommitted
doc: fix typo
PR-URL: nodejs#53397 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 51b94f7 commit 36a1db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ following permissions are restricted:
10191019
added: v22.0.0
10201020
-->
10211021

1022-
> Stability: 1.1 - Active Developement
1022+
> Stability: 1.1 - Active Development
10231023
10241024
Supports loading a synchronous ES module graph in `require()`.
10251025

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
23302330
});
23312331
```
23322332

2333-
Alternativelly, the `.tick` function can be called many times
2333+
Alternatively, the `.tick` function can be called many times
23342334

23352335
```mjs
23362336
import assert from 'node:assert';

0 commit comments

Comments
 (0)