Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit adb1259

Browse files
doc: fixup wording
Co-Authored-By: GeoffreyBooth <[email protected]>
1 parent 525e8c9 commit adb1259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ that dynamic `import()` expressions are different from `import` statements;
540540
`export` statements are found, the initial entry point is interpreted as
541541
CommonJS.
542542

543-
The `--type` flag may also be used with `--eval`, `--print` or `STDIN`.
543+
The `--type` flag may also be used with `--eval`, `--print`, or `STDIN`.
544544

545545
### `--use-bundled-ca`, `--use-openssl-ca`
546546
<!-- YAML

lib/internal/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ E('ERR_INVALID_SYNC_FORK_INPUT',
816816
E('ERR_INVALID_THIS', 'Value of "this" must be of type %s', TypeError);
817817
E('ERR_INVALID_TUPLE', '%s must be an iterable %s tuple', TypeError);
818818
E('ERR_INVALID_TYPE_FLAG',
819-
'Type flag must be one of "auto", "commonjs", "module". Received --type=%s',
819+
'Type flag must be one of "auto", "commonjs", or "module". Received --type=%s',
820820
TypeError);
821821
E('ERR_INVALID_URI', 'URI malformed', URIError);
822822
E('ERR_INVALID_URL', 'Invalid URL: %s', TypeError);

0 commit comments

Comments
 (0)