Merge pull request #766 from tommyjepsen/main

Fixed small typo in .off() docs
This commit is contained in:
lucas gelfond
2024-12-23 21:50:17 -08:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ export class FFmpeg {
}
/**
* Unlisten to log or prgress events from `ffmpeg.exec()`.
* Unlisten to log or progress events from `ffmpeg.exec()`.
*
* @category FFmpeg
*/