From 67e4cb372e67a68f9382a71bff4bbaa41815d145 Mon Sep 17 00:00:00 2001 From: Akshar Dave <37267046+akshar-dave@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:53:14 +0530 Subject: [PATCH] Fixed repetition --- src/Image/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Image/index.tsx b/src/Image/index.tsx index b1bc4c0..fa55ce8 100644 --- a/src/Image/index.tsx +++ b/src/Image/index.tsx @@ -14,7 +14,7 @@ export type compressionMethod = 'auto' | 'manual'; export type CompressorOptions = { /*** - * The maximum width boundary used when compressing a landscape image. + * The compression method to use. */ compressionMethod?: compressionMethod; /***