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.