Skip to content

Commit 3de53f8

Browse files
committed
doc: use serial comma in cli docs
Refs: nodejs#11321 Refs: nodejs#17384
1 parent 38e6ac7 commit 3de53f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ path to the blob that is used to restore the application state.
13811381

13821382
When loading a snapshot, Node.js checks that:
13831383

1384-
1. The version, architecture and platform of the running Node.js binary
1384+
1. The version, architecture, and platform of the running Node.js binary
13851385
are exactly the same as that of the binary that generates the snapshot.
13861386
2. The V8 flags and CPU features are compatible with that of the binary
13871387
that generates the snapshot.

0 commit comments

Comments
 (0)