Skip to content

Commit 14ec847

Browse files
authored
Fix typo in overview.md documentation
Minor Grammar fix in docs. Changed "populated" to "populate"
1 parent f876f90 commit 14ec847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ are asynchronous and it is recommended to use **async** / **await** syntax.
4545

4646
`ffmpeg.worker` downloads WebAssembly code (`ffmpeg-core`) from CDN
4747
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
48+
to process, you need to first populate them inside ffmpeg-core File System and
4949
also read result from `ffmpeg-core` File System once it is done.
5050

5151
If you are using a multi-thread version of `ffmpeg-core`, more web workers will

0 commit comments

Comments
 (0)