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.
1 parent 1fab6b1 commit 51a4f84Copy full SHA for 51a4f84
types/archive/events.d.ts
@@ -49,7 +49,7 @@ export class UnarchiveStartEvent extends UnarchiveEvent {
49
/** Finish event. */
50
export class UnarchiveFinishEvent extends UnarchiveEvent {
51
/**
52
- * @param {Object} metadata A collection fo metadata about the archive file.
+ * @param {Object} metadata A collection of metadata about the archive file.
53
*/
54
constructor(metadata?: any);
55
metadata: any;
0 commit comments