diff --git a/src/components/ReceiptImage.tsx b/src/components/ReceiptImage.tsx index ac3435088bf1..f113469b56f0 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 */