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.