From ad94cfd5fb86a2f2832f746c80c4a39fd1caa019 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/34316 Reviewed-By: Rich Trott Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- 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 fc628c6f5c37ec..e3a6d4d5fd2837 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -16,7 +16,7 @@ changes: - version: 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.