From fa113b8fc70c018faed0a71be35b69ea984037fa Mon Sep 17 00:00:00 2001 From: EhsanKhaki Date: Mon, 10 Jun 2024 23:34:38 +0100 Subject: [PATCH] doc: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53397 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Moshe Atlow Reviewed-By: Chemi Atlow Reviewed-By: Ulises Gascón --- doc/api/cli.md | 2 +- doc/api/test.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index d8ce13a86d9aa8..c2b5d230d8e207 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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()`. diff --git a/doc/api/test.md b/doc/api/test.md index 7b0dd83eef36f5..97d55937364ac8 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -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';