Skip to content

Commit 51a4f84

Browse files
committed
Type in types file
1 parent 1fab6b1 commit 51a4f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/archive/events.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class UnarchiveStartEvent extends UnarchiveEvent {
4949
/** Finish event. */
5050
export class UnarchiveFinishEvent extends UnarchiveEvent {
5151
/**
52-
* @param {Object} metadata A collection fo metadata about the archive file.
52+
* @param {Object} metadata A collection of metadata about the archive file.
5353
*/
5454
constructor(metadata?: any);
5555
metadata: any;

0 commit comments

Comments
 (0)