From 11bc78c9a635056f023bb0b38726cb54ab5088c6 Mon Sep 17 00:00:00 2001 From: dukenv0307 <129500732+dukenv0307@users.noreply.github.com> Date: Mon, 6 May 2024 10:58:22 +0700 Subject: [PATCH] Update src/components/ReceiptImage.tsx Co-authored-by: Alex Beaman --- src/components/ReceiptImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReceiptImage.tsx b/src/components/ReceiptImage.tsx index 01873eaf4020..11c49c4b7798 100644 --- a/src/components/ReceiptImage.tsx +++ b/src/components/ReceiptImage.tsx @@ -53,7 +53,7 @@ type ReceiptImageProps = ( /** Whether we should display the receipt with ThumbnailImage component */ shouldUseThumbnailImage?: boolean; - /** Whether we should display the receipt with inital object position */ + /** Whether we should display the receipt with initial object position */ shouldUseInitialObjectPosition?: boolean; /** Whether the receipt image requires an authToken */