From 0949f238d1d503a7bb15b7ad67c1a2ca41980a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 27 Mar 2023 11:27:08 +0200 Subject: [PATCH] doc: use serial comma in cli docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/47262 Reviewed-By: Moshe Atlow Reviewed-By: Deokjin Kim --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 31309254c5e3dc..c99d02fc9394ee 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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.