From d571fc07c6d2c069d41ec2847b5caa8b5ad98513 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sat, 13 Jun 2026 03:05:37 +0900 Subject: [PATCH] doc: fix typo in cli.md Signed-off-by: Daijiro Wachi --- 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 3760244b48902d..79f02ee5eddd86 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -495,7 +495,7 @@ I am from the snapshot For more information, check out the [`v8.startupSnapshot` API][] documentation. -The snapshot currently only supports loding a single entrypoint during the +The snapshot currently only supports loading a single entrypoint during the snapshot building process, which can load built-in modules, but not additional user-land modules. Users can bundle their applications into a single script with their bundler of choice before building a snapshot.