From 3de53f8d1e81fbfbc5bbd3b21cddfb7bd3f6ce26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 26 Mar 2023 21:53:42 +0000 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 --- 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 7af70f8ae9fdc6..6fe2ce6b2be5e7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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.