We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b94f7 commit 36a1db0Copy full SHA for 36a1db0
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
@@ -2330,7 +2330,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
2330
});
2331
```
2332
2333
-Alternativelly, the `.tick` function can be called many times
+Alternatively, the `.tick` function can be called many times
2334
2335
```mjs
2336
import assert from 'node:assert';
0 commit comments