Skip to content

Commit 1cd3c8e

Browse files
ehsankhfrmarco-ippolito
authored andcommitted
doc: fix typo
PR-URL: #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 a52de8c commit 1cd3c8e

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
@@ -980,7 +980,7 @@ Use the specified file as a security policy.
980980
added: REPLACEME
981981
-->
982982

983-
> Stability: 1.1 - Active Developement
983+
> Stability: 1.1 - Active Development
984984
985985
Supports loading a synchronous ES module graph in `require()`.
986986

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
20862086
});
20872087
```
20882088

2089-
Alternativelly, the `.tick` function can be called many times
2089+
Alternatively, the `.tick` function can be called many times
20902090

20912091
```mjs
20922092
import assert from 'node:assert';

0 commit comments

Comments
 (0)