Skip to content

Commit

Permalink
[refactor] Fix typo (#2421)
Browse files Browse the repository at this point in the history
bellow -> below
  • Loading branch information
eltociear committed Sep 12, 2022
1 parent e6a0676 commit 8894b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/Image/Image.tsx
Expand Up @@ -46,7 +46,7 @@ export interface ImageProps
/** Get image element ref */
imageRef?: React.ForwardedRef<HTMLImageElement>;

/** Image figcaption, displayed bellow image */
/** Image figcaption, displayed below image */
caption?: React.ReactNode;
}

Expand Down

0 comments on commit 8894b2e

Please sign in to comment.