We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82092cd commit fa113b8Copy full SHA for fa113b8
doc/api/cli.md
@@ -1017,7 +1017,7 @@ following permissions are restricted:
1017
added: v22.0.0
1018
-->
1019
1020
-> Stability: 1.1 - Active Developement
+> Stability: 1.1 - Active Development
1021
1022
Supports loading a synchronous ES module graph in `require()`.
1023
doc/api/test.md
@@ -2317,7 +2317,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
2317
});
2318
```
2319
2320
-Alternativelly, the `.tick` function can be called many times
+Alternatively, the `.tick` function can be called many times
2321
2322
```mjs
2323
import assert from 'node:assert';
0 commit comments