We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8edb3 commit 46ad206Copy full SHA for 46ad206
doc/api/errors.md
@@ -2389,7 +2389,7 @@ value is provided for an option of type {boolean}.
2389
added: v18.3.0
2390
-->
2391
2392
-Thrown by [`util.parseArgs()`][], when a postional argument is provided and
+Thrown by [`util.parseArgs()`][], when a positional argument is provided and
2393
`allowPositionals` is set to `false`.
2394
2395
<a id="ERR_PARSE_ARGS_UNKNOWN_OPTION"></a>
@@ -2690,7 +2690,7 @@ added:
2690
- v12.17.0
2691
2692
2693
-The TLS socket must be connected and securily established. Ensure the 'secure'
+The TLS socket must be connected and securely established. Ensure the 'secure'
2694
event is emitted before continuing.
2695
2696
<a id="ERR_TLS_PROTOCOL_VERSION_CONFLICT"></a>
0 commit comments