From 9c032ed65c430b74565769a48b4c97038dc8dd76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 30 May 2022 12:00:05 +0200 Subject: [PATCH] doc: use serial comma in errors docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43242 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 92a8650111b..3517dc63e3b 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1726,7 +1726,7 @@ time. > Stability: 1 - Experimental The `--input-type` flag was used to attempt to execute a file. This flag can -only be used with input via `--eval`, `--print` or `STDIN`. +only be used with input via `--eval`, `--print`, or `STDIN`. @@ -1984,7 +1984,7 @@ performing another operation. ### `ERR_INVALID_SYNC_FORK_INPUT` -A `Buffer`, `TypedArray`, `DataView` or `string` was provided as stdio input to +A `Buffer`, `TypedArray`, `DataView`, or `string` was provided as stdio input to an asynchronous fork. See the documentation for the [`child_process`][] module for more information.