From 8c0ec68edced29e3a54b9f9640b13d128283b05a Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 12 Sep 2022 02:45:42 +0900 Subject: [PATCH] [refactor] fix typo in Image/Image.tsx bellow -> below --- src/mantine-core/src/Image/Image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mantine-core/src/Image/Image.tsx b/src/mantine-core/src/Image/Image.tsx index d7d64731ffb..091af33e579 100644 --- a/src/mantine-core/src/Image/Image.tsx +++ b/src/mantine-core/src/Image/Image.tsx @@ -46,7 +46,7 @@ export interface ImageProps /** Get image element ref */ imageRef?: React.ForwardedRef; - /** Image figcaption, displayed bellow image */ + /** Image figcaption, displayed below image */ caption?: React.ReactNode; }