From 14ec847dbcd2dd37d07bc71d6734c3d70387f99c Mon Sep 17 00:00:00 2001 From: Akinwunmi Aguda Date: Thu, 30 Oct 2025 10:52:41 -0500 Subject: [PATCH] Fix typo in overview.md documentation Minor Grammar fix in docs. Changed "populated" to "populate" --- apps/website/docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/overview.md b/apps/website/docs/overview.md index 8fe7f8f9332..97d0bdcf736 100644 --- a/apps/website/docs/overview.md +++ b/apps/website/docs/overview.md @@ -45,7 +45,7 @@ are asynchronous and it is recommended to use **async** / **await** syntax. `ffmpeg.worker` downloads WebAssembly code (`ffmpeg-core`) from CDN and initialized it in WorkerGlobalScope. For any input video file you would like -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 also read result from `ffmpeg-core` File System once it is done. If you are using a multi-thread version of `ffmpeg-core`, more web workers will