From 7c36eb9ea7e2c5a6131cc8fb1db8d737fb537ae0 Mon Sep 17 00:00:00 2001 From: Ye-hyoung Kang Date: Sun, 12 Jul 2020 09:33:11 +0900 Subject: [PATCH] doc: fix typo in assert.md --- doc/api/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 313a7df8df6280..1175648f89b5ad 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -21,7 +21,7 @@ changes: - v12.16.2 description: Changed "strict mode" to "strict assertion mode" and "legacy mode" to "legacy assertion mode" to avoid confusion with the - more usual meaining of "strict mode". + more usual meaning of "strict mode". - version: v9.9.0 pr-url: https://github.com/nodejs/node/pull/17615 description: Added error diffs to the strict assertion mode.