diff --git a/doc/api/errors.md b/doc/api/errors.md index 4097d21a0b54a8..156243f949996c 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.