Skip to content

Commit d738473

Browse files
committed
chore: doc typo fix
1 parent 83d0cfe commit d738473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/cli.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
23272327
});
23282328
```
23292329

2330-
Alternativelly, the `.tick` function can be called many times
2330+
Alternatively, the `.tick` function can be called many times
23312331

23322332
```mjs
23332333
import assert from 'node:assert';

0 commit comments

Comments
 (0)