From 9f8f82310c6943badec055a124bdbcd2eaa32896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 29 May 2022 18:15:04 +0000 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 --- 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 ac35c8e9f07f34..14b6996c7ad235 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1744,7 +1744,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`. @@ -2005,7 +2005,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.