Skip to content

Commit 2d3f14d

Browse files
Typo fix
1 parent a12c1f5 commit 2d3f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ export interface ZipWriterConstructorOptions {
12411241
/**
12421242
* `true` to keep the order of the entry physically in the zip file.
12431243
*
1244-
* When set to `true`, the use of web workers will be improved. However, it also prevents files larger than 4GB from being created without setting the `zip54` option to `true` explicitly.
1244+
* When set to `true`, the use of web workers will be improved. However, it also prevents files larger than 4GB from being created without setting the `zip64` option to `true` explicitly.
12451245
* Another solution to improve the use of web workers is to add entries from smallest to largest in uncompressed size.
12461246
*
12471247
* @defaultValue true

0 commit comments

Comments
 (0)