Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ffmpeg/src/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class FFmpeg {
};

/**
* Listen to log or prgress events from `ffmpeg.exec()`.
* Listen to log or progress events from `ffmpeg.exec()`.
*
* @example
* ```ts
Expand Down
2 changes: 1 addition & 1 deletion packages/ffmpeg/src/empty.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// File to be imported in node enviroments
// File to be imported in node environments

export class FFmpeg {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type DateString = string;
*/
export interface ReadFileOptions {
/** encoding of the file, must be `binary` or `utf8` */
encdoing: string;
encoding: string;
}

/**
Expand Down
Loading