Skip to content

Commit 3ddb6cc

Browse files
bnoordhuisdanielleadams
authored andcommittedJan 3, 2023
doc: be more definite and present tense-y
PR-URL: #45120 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b09c386 commit 3ddb6cc

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
@@ -1178,12 +1178,11 @@ added: v18.8.0
11781178
> Stability: 1 - Experimental
11791179
11801180
When used with `--build-snapshot`, `--snapshot-blob` specifies the path
1181-
where the generated snapshot blob will be written to. If not specified,
1182-
the generated blob will be written, by default, to `snapshot.blob`
1183-
in the current working directory.
1181+
where the generated snapshot blob is written to. If not specified, the
1182+
generated blob is written to `snapshot.blob` in the current working directory.
11841183

11851184
When used without `--build-snapshot`, `--snapshot-blob` specifies the
1186-
path to the blob that will be used to restore the application state.
1185+
path to the blob that is used to restore the application state.
11871186

11881187
When loading a snapshot, Node.js checks that:
11891188

@@ -1192,7 +1191,8 @@ When loading a snapshot, Node.js checks that:
11921191
2. The V8 flags and CPU features are compatible with that of the binary
11931192
that generates the snapshot.
11941193

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

11971197
### `--test`
11981198

0 commit comments

Comments
 (0)
Please sign in to comment.