Skip to content

Commit c498d2d

Browse files
authored
Fix typo
1 parent fa7002c commit c498d2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ffmpeg/src/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class FFmpeg {
119119
};
120120

121121
/**
122-
* Listen to log or prgress events from `ffmpeg.exec()`.
122+
* Listen to log or progress events from `ffmpeg.exec()`.
123123
*
124124
* @example
125125
* ```ts

packages/ffmpeg/src/empty.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File to be imported in node enviroments
1+
// File to be imported in node environments
22

33
export class FFmpeg {
44
constructor() {

packages/types/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type DateString = string;
1414
*/
1515
export interface ReadFileOptions {
1616
/** encoding of the file, must be `binary` or `utf8` */
17-
encdoing: string;
17+
encoding: string;
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)