Skip to content

Commit b5258d9

Browse files
committed
doc: add missing a word in api/single-executable-applications.md
There was a missing word in the "Startup snapshot support" section of single-executable-applications.md
1 parent 362afa5 commit b5258d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/single-executable-applications.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ APIs for more information.
229229
### Startup snapshot support
230230
231231
The `useSnapshot` field can be used to enable startup snapshot support. In this
232-
case the `main` script would not be when the final executable is launched.
232+
case, the `main` script would not be executed when the final executable is launched.
233233
Instead, it would be run when the single executable application preparation
234234
blob is generated on the building machine. The generated preparation blob would
235235
then include a snapshot capturing the states initialized by the `main` script.
236-
The final executable with the preparation blob injected would deserialize
236+
The final executable, with the preparation blob injected, would deserialize
237237
the snapshot at run time.
238238
239239
When `useSnapshot` is true, the main script must invoke the

0 commit comments

Comments
 (0)