Skip to content

Commit c319fef

Browse files
Fix typo
1 parent 63ea4cc commit c319fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/ffmpeg/src/classes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class FFmpeg {
194194
type: "module",
195195
}) :
196196
// We need to duplicated the code here to enable webpack
197-
// to bundle worekr.js here.
197+
// to bundle worker.js here.
198198
new Worker(new URL("./worker.js", import.meta.url), {
199199
type: "module",
200200
});

0 commit comments

Comments
 (0)