From 5e550e4ae17f0e0daf2550ed45989748da1b74e5 Mon Sep 17 00:00:00 2001 From: AlenPaulVarghese <38587581+alenpaulvarghese@users.noreply.github.com> Date: Sat, 22 Oct 2022 17:09:10 +0530 Subject: [PATCH] fixed a typo --- source/image-handler/image-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/image-handler/image-handler.ts b/source/image-handler/image-handler.ts index a2e6bc6f7..5be4504a8 100644 --- a/source/image-handler/image-handler.ts +++ b/source/image-handler/image-handler.ts @@ -255,7 +255,7 @@ export class ImageHandler { * @param hRatio The height rate of the overlay image. * @param alpha The transparency alpha to the overlay. * @param sourceImageMetadata The metadata of the source image. - * @returns An image to bo ber used as an overlay. + * @returns An image to be used as an overlay. */ public async getOverlayImage(bucket: string, key: string, wRatio: string, hRatio: string, alpha: string, sourceImageMetadata: sharp.Metadata): Promise { const params = { Bucket: bucket, Key: key };