Skip to content

Commit c6bdb5c

Browse files
Kazuma Ohashitargos
authored andcommitted
doc: fix typo in errors.md
PR-URL: #43677 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
1 parent 7c4e1ad commit c6bdb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ value is provided for an option of type {boolean}.
23682368
added: REPLACEME
23692369
-->
23702370

2371-
Thrown by [`util.parseArgs()`][], when a postional argument is provided and
2371+
Thrown by [`util.parseArgs()`][], when a positional argument is provided and
23722372
`allowPositionals` is set to `false`.
23732373

23742374
<a id="ERR_PARSE_ARGS_UNKNOWN_OPTION"></a>
@@ -2669,7 +2669,7 @@ added:
26692669
- v12.17.0
26702670
-->
26712671

2672-
The TLS socket must be connected and securily established. Ensure the 'secure'
2672+
The TLS socket must be connected and securely established. Ensure the 'secure'
26732673
event is emitted before continuing.
26742674

26752675
<a id="ERR_TLS_PROTOCOL_VERSION_CONFLICT"></a>

0 commit comments

Comments
 (0)