We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d0cfe commit d738473Copy full SHA for d738473
doc/api/cli.md
@@ -1019,7 +1019,7 @@ following permissions are restricted:
1019
added: v22.0.0
1020
-->
1021
1022
-> Stability: 1.1 - Active Developement
+> Stability: 1.1 - Active Development
1023
1024
Supports loading a synchronous ES module graph in `require()`.
1025
doc/api/test.md
@@ -2327,7 +2327,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
2327
});
2328
```
2329
2330
-Alternativelly, the `.tick` function can be called many times
+Alternatively, the `.tick` function can be called many times
2331
2332
```mjs
2333
import assert from 'node:assert';
0 commit comments