We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa7002c + c498d2d commit 4f34ae5Copy full SHA for 4f34ae5
packages/ffmpeg/src/classes.ts
@@ -119,7 +119,7 @@ export class FFmpeg {
119
};
120
121
/**
122
- * Listen to log or prgress events from `ffmpeg.exec()`.
+ * Listen to log or progress events from `ffmpeg.exec()`.
123
*
124
* @example
125
* ```ts
packages/ffmpeg/src/empty.mts
@@ -1,4 +1,4 @@
1
-// File to be imported in node enviroments
+// File to be imported in node environments
2
3
export class FFmpeg {
4
constructor() {
packages/types/types/index.d.ts
@@ -14,7 +14,7 @@ export type DateString = string;
14
*/
15
export interface ReadFileOptions {
16
/** encoding of the file, must be `binary` or `utf8` */
17
- encdoing: string;
+ encoding: string;
18
}
19
20
0 commit comments