Skip to content

Commit 0e316b3

Browse files
authored
Merge pull request #328 from akshar-dave/patch-1
Fixed repetition
2 parents bcbdd76 + 67e4cb3 commit 0e316b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Image/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type compressionMethod = 'auto' | 'manual';
1414

1515
export type CompressorOptions = {
1616
/***
17-
* The maximum width boundary used when compressing a landscape image.
17+
* The compression method to use.
1818
*/
1919
compressionMethod?: compressionMethod;
2020
/***

0 commit comments

Comments
 (0)