Skip to content

Commit d93d3e1

Browse files
tniessenF3n67u
authored andcommittedJun 1, 2022
doc: use serial comma in errors docs
Refs: nodejs#11321 Refs: nodejs#17384 PR-URL: nodejs#43242 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent a52b8f1 commit d93d3e1

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
@@ -1744,7 +1744,7 @@ time.
17441744
> Stability: 1 - Experimental
17451745
17461746
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`.
1747+
only be used with input via `--eval`, `--print`, or `STDIN`.
17481748

17491749
<a id="ERR_INSPECTOR_ALREADY_ACTIVATED"></a>
17501750

@@ -2005,7 +2005,7 @@ performing another operation.
20052005

20062006
### `ERR_INVALID_SYNC_FORK_INPUT`
20072007

2008-
A `Buffer`, `TypedArray`, `DataView` or `string` was provided as stdio input to
2008+
A `Buffer`, `TypedArray`, `DataView`, or `string` was provided as stdio input to
20092009
an asynchronous fork. See the documentation for the [`child_process`][] module
20102010
for more information.
20112011

0 commit comments

Comments
 (0)
Please sign in to comment.