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
commit 17520bb93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 * @category FFmpeg
*/ */