Skip to content

Commit 6ea0ac8

Browse files
Kazuma Ohashiguangwong
authored andcommitted
doc: fix typo in errors.md
PR-URL: nodejs/node#43677 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
1 parent 885d98e commit 6ea0ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)