Skip to content

Commit

Permalink
doc: use serial comma in cli docs
Browse files Browse the repository at this point in the history
Refs: #11321
Refs: #17384
PR-URL: #47262
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
tniessen authored and RafaelGSS committed Apr 7, 2023
1 parent 7124624 commit 0949f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -1214,7 +1214,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 0949f23

Please sign in to comment.