From a38d07e6db6d90ed50afb3c41b3fe7d977540e01 Mon Sep 17 00:00:00 2001 From: ehsankhfr Date: Sun, 9 Jun 2024 19:52:30 +0100 Subject: [PATCH] doc: fix typo --- 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 cf64f45bfd4d64..55e18b4bfbf50d 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1019,7 +1019,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 b106cbed4386ef..090810eab60b6e 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2327,7 +2327,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';