Skip to content

Commit fa113b8

Browse files
ehsankhfrtargos
authored andcommitted
doc: fix typo
PR-URL: #53397 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 82092cd commit fa113b8

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
@@ -1017,7 +1017,7 @@ following permissions are restricted:
10171017
added: v22.0.0
10181018
-->
10191019

1020-
> Stability: 1.1 - Active Developement
1020+
> Stability: 1.1 - Active Development
10211021
10221022
Supports loading a synchronous ES module graph in `require()`.
10231023

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
23172317
});
23182318
```
23192319

2320-
Alternativelly, the `.tick` function can be called many times
2320+
Alternatively, the `.tick` function can be called many times
23212321

23222322
```mjs
23232323
import assert from 'node:assert';

0 commit comments

Comments
 (0)