We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52b8f1 commit d93d3e1Copy full SHA for d93d3e1
doc/api/errors.md
@@ -1744,7 +1744,7 @@ time.
1744
> Stability: 1 - Experimental
1745
1746
The `--input-type` flag was used to attempt to execute a file. This flag can
1747
-only be used with input via `--eval`, `--print` or `STDIN`.
+only be used with input via `--eval`, `--print`, or `STDIN`.
1748
1749
<a id="ERR_INSPECTOR_ALREADY_ACTIVATED"></a>
1750
@@ -2005,7 +2005,7 @@ performing another operation.
2005
2006
### `ERR_INVALID_SYNC_FORK_INPUT`
2007
2008
-A `Buffer`, `TypedArray`, `DataView` or `string` was provided as stdio input to
+A `Buffer`, `TypedArray`, `DataView`, or `string` was provided as stdio input to
2009
an asynchronous fork. See the documentation for the [`child_process`][] module
2010
for more information.
2011
0 commit comments