Skip to content

Commit 9c032ed

Browse files
tniessenguangwong
authored andcommitted
doc: use serial comma in errors docs
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#43242 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 22c966b commit 9c032ed

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
@@ -1726,7 +1726,7 @@ time.
17261726
> Stability: 1 - Experimental
17271727
17281728
The `--input-type` flag was used to attempt to execute a file. This flag can
1729-
only be used with input via `--eval`, `--print` or `STDIN`.
1729+
only be used with input via `--eval`, `--print`, or `STDIN`.
17301730

17311731
<a id="ERR_INSPECTOR_ALREADY_ACTIVATED"></a>
17321732

@@ -1984,7 +1984,7 @@ performing another operation.
19841984

19851985
### `ERR_INVALID_SYNC_FORK_INPUT`
19861986

1987-
A `Buffer`, `TypedArray`, `DataView` or `string` was provided as stdio input to
1987+
A `Buffer`, `TypedArray`, `DataView`, or `string` was provided as stdio input to
19881988
an asynchronous fork. See the documentation for the [`child_process`][] module
19891989
for more information.
19901990

0 commit comments

Comments
 (0)