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
path: root/doc/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-03-08 04:35:00 +0300
committerRich Trott <rtrott@gmail.com>2020-03-10 05:47:26 +0300
commitc37c21b6ef2ef13f45b99e88bf625a452c6c9c0a (patch)
tree42b03347812e1cefd23bf5a9a956ad3c17d9f688 /doc/api
parent36ce039347e94a9a0f8239c7bc639868e496258d (diff)
doc: remove personal pronoun usage in errors.md
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 <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index b0ef9b52064..03853cd18f5 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1875,7 +1875,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.
<a id="ERR_TLS_INVALID_PROTOCOL_METHOD"></a>
### `ERR_TLS_INVALID_PROTOCOL_METHOD`