From fa99fb2eacfb3c9a9e7444fb944417705c725bd4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 7 Mar 2020 17:35:00 -0800 Subject: [PATCH] doc: remove personal pronoun usage in errors.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per our style guide, avoid personal pronouns (I, you, we, etc.) in reference documentation. PR-URL: https://github.com/nodejs/node/pull/32142 Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat --- 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 046f8c3133c5dd..0001697e768b7b 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1880,7 +1880,7 @@ added: v13.10.0 --> The TLS socket must be connected and securily established. Ensure the 'secure' -event is emitted, before you continue. +event is emitted before continuing. ### `ERR_TLS_INVALID_PROTOCOL_METHOD`