We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52de8c commit 1cd3c8eCopy full SHA for 1cd3c8e
doc/api/cli.md
@@ -980,7 +980,7 @@ Use the specified file as a security policy.
980
added: REPLACEME
981
-->
982
983
-> Stability: 1.1 - Active Developement
+> Stability: 1.1 - Active Development
984
985
Supports loading a synchronous ES module graph in `require()`.
986
doc/api/test.md
@@ -2086,7 +2086,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
2086
});
2087
```
2088
2089
-Alternativelly, the `.tick` function can be called many times
+Alternatively, the `.tick` function can be called many times
2090
2091
```mjs
2092
import assert from 'node:assert';
0 commit comments