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 targos committed Jun 20, 2024
1 parent 82092cd commit fa113b8
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 @@ -1017,7 +1017,7 @@ following permissions are restricted:
added: v22.0.0
-->

> 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 @@ -2317,7 +2317,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 fa113b8

Please sign in to comment.