Skip to content

Commit 46ad206

Browse files
Kazuma Ohashitargos
Kazuma Ohashi
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 3a8edb3 commit 46ad206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@ value is provided for an option of type {boolean}.
23892389
added: v18.3.0
23902390
-->
23912391

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

23952395
<a id="ERR_PARSE_ARGS_UNKNOWN_OPTION"></a>
@@ -2690,7 +2690,7 @@ added:
26902690
- v12.17.0
26912691
-->
26922692

2693-
The TLS socket must be connected and securily established. Ensure the 'secure'
2693+
The TLS socket must be connected and securely established. Ensure the 'secure'
26942694
event is emitted before continuing.
26952695

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

0 commit comments

Comments
 (0)