Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
PR-URL: #53397
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
  • Loading branch information
ehsankhfr authored and marco-ippolito committed Aug 19, 2024
1 parent a52de8c commit 1cd3c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ Use the specified file as a security policy.
added: REPLACEME
-->

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

Expand Down
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ test('mocks setTimeout to be executed synchronously without having to actually w
});
```

Alternativelly, the `.tick` function can be called many times
Alternatively, the `.tick` function can be called many times

```mjs
import assert from 'node:assert';
Expand Down

0 comments on commit 1cd3c8e

Please sign in to comment.