Skip to content

Commit c23e023

Browse files
bnoordhuisRafaelGSS
authored andcommitted
doc: be more definite and present tense-y
PR-URL: #45120 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5190021 commit c23e023

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/cli.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1186,12 +1186,11 @@ added: v18.8.0
11861186
> Stability: 1 - Experimental
11871187
11881188
When used with `--build-snapshot`, `--snapshot-blob` specifies the path
1189-
where the generated snapshot blob will be written to. If not specified,
1190-
the generated blob will be written, by default, to `snapshot.blob`
1191-
in the current working directory.
1189+
where the generated snapshot blob is written to. If not specified, the
1190+
generated blob is written to `snapshot.blob` in the current working directory.
11921191

11931192
When used without `--build-snapshot`, `--snapshot-blob` specifies the
1194-
path to the blob that will be used to restore the application state.
1193+
path to the blob that is used to restore the application state.
11951194

11961195
When loading a snapshot, Node.js checks that:
11971196

@@ -1200,7 +1199,8 @@ When loading a snapshot, Node.js checks that:
12001199
2. The V8 flags and CPU features are compatible with that of the binary
12011200
that generates the snapshot.
12021201

1203-
If they don't match, Node.js would refuse to load the snapshot and exit with 1.
1202+
If they don't match, Node.js refuses to load the snapshot and exits with
1203+
status code 1.
12041204

12051205
### `--test`
12061206

0 commit comments

Comments
 (0)