Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe-hyoung Kang <keepyourhonor@gmail.com>2020-07-12 03:33:11 +0300
committerAnna Henningsen <anna@addaleax.net>2020-07-16 01:26:26 +0300
commit9fc877890f11d0a31d310cb5fe3f0a22253aa25d (patch)
treeabf51f8f80cea2d3bbda91f318a413caddf30678 /doc/api/assert.md
parente876c0c308bb98ed08ec9cae9f04a65a48517be5 (diff)
doc: fix typo in assert.md
PR-URL: https://github.com/nodejs/node/pull/34316 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 313a7df8df6..1175648f89b 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.