diff --git a/doc/api/console.md b/doc/api/console.md index 8ede89bcfc376c..9f7581716340c3 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -435,7 +435,7 @@ added: v0.1.104 changes: - version: v13.0.0 pr-url: https://github.com/nodejs/node/pull/29251 - description: The elapsed time is diplayed with a suitable time unit. + description: The elapsed time is displayed with a suitable time unit. - version: v6.0.0 pr-url: https://github.com/nodejs/node/pull/5901 description: This method no longer supports multiple calls that don’t map diff --git a/doc/api/crypto.md b/doc/api/crypto.md index dfe49afa497781..ef59e8c0d4741f 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2019,7 +2019,7 @@ added: v15.8.0 to the OpenSSL documentation for the [`BN_is_prime_ex`][] function `nchecks` options for more details. **Defaults**: `0` * `callback` {Function} - * `err` {Error} Set to an {Error} object if an error occured during check. + * `err` {Error} Set to an {Error} object if an error occurred during check. * `result` {boolean} `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`.