Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-05-30 13:00:05 +0300
committerBryan English <bryan@bryanenglish.com>2022-05-30 19:59:38 +0300
commit0afdc3e9a896b46c227880d0547b0bdbbe5c5155 (patch)
treed73dbb6ec4a87d391ab612c13e0518c066353e94 /doc/api/errors.md
parent35250bf2f65d500638e967033aed73f9b0b10637 (diff)
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 <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 4097d21a0b5..156243f9499 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`.
<a id="ERR_INSPECTOR_ALREADY_ACTIVATED"></a>
@@ -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.