Skip to content

Commit c37c21b

Browse files
committed
doc: remove personal pronoun usage in errors.md
Per our style guide, avoid personal pronouns (I, you, we, etc.) in reference documentation. PR-URL: nodejs#32142 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 36ce039 commit c37c21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ added: v13.10.0
18751875
-->
18761876

18771877
The TLS socket must be connected and securily established. Ensure the 'secure'
1878-
event is emitted, before you continue.
1878+
event is emitted before continuing.
18791879

18801880
<a id="ERR_TLS_INVALID_PROTOCOL_METHOD"></a>
18811881
### `ERR_TLS_INVALID_PROTOCOL_METHOD`

0 commit comments

Comments
 (0)