We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f876f90 commit 14ec847Copy full SHA for 14ec847
apps/website/docs/overview.md
@@ -45,7 +45,7 @@ are asynchronous and it is recommended to use **async** / **await** syntax.
45
46
`ffmpeg.worker` downloads WebAssembly code (`ffmpeg-core`) from CDN
47
and initialized it in WorkerGlobalScope. For any input video file you would like
48
-to process, you need to first populated them inside ffmpeg-core File System and
+to process, you need to first populate them inside ffmpeg-core File System and
49
also read result from `ffmpeg-core` File System once it is done.
50
51
If you are using a multi-thread version of `ffmpeg-core`, more web workers will
0 commit comments