From 87a9366999d36bf4e21f7e6bf24e1edc4f3c9d86 Mon Sep 17 00:00:00 2001 From: Kazuma Ohashi Date: Mon, 4 Jul 2022 19:11:16 +0900 Subject: [PATCH 1/2] doc: fix typo in errors.md --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index cdd57ceafac249..34639dee43dd39 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2389,7 +2389,7 @@ value is provided for an option of type {boolean}. added: v18.3.0 --> -Thrown by [`util.parseArgs()`][], when a postional argument is provided and +Thrown by [`util.parseArgs()`][], when a positional argument is provided and `allowPositionals` is set to `false`. @@ -2690,7 +2690,7 @@ added: - v12.17.0 --> -The TLS socket must be connected and securily established. Ensure the 'secure' +The TLS socket must be connected and security established. Ensure the 'secure' event is emitted before continuing. From 79a543e5268ceca86787ac4c998f463d7ceb435c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 4 Jul 2022 09:12:52 -0700 Subject: [PATCH 2/2] Update doc/api/errors.md --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 34639dee43dd39..5fb6673ddfe276 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2690,7 +2690,7 @@ added: - v12.17.0 --> -The TLS socket must be connected and security established. Ensure the 'secure' +The TLS socket must be connected and securely established. Ensure the 'secure' event is emitted before continuing.