Skip to content

Commit

Permalink
doc: use serial comma in cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Mar 26, 2023
1 parent 38e6ac7 commit 3de53f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ path to the blob that is used to restore the application state.

When loading a snapshot, Node.js checks that:

1. The version, architecture and platform of the running Node.js binary
1. The version, architecture, and platform of the running Node.js binary
are exactly the same as that of the binary that generates the snapshot.
2. The V8 flags and CPU features are compatible with that of the binary
that generates the snapshot.
Expand Down

0 comments on commit 3de53f8

Please sign in to comment.