Skip to content

Commit

Permalink
[docs] Fix typo (#3233)
Browse files Browse the repository at this point in the history
It tripped me up so I thought worth fixing for others.  "below" indicates content displayed after content, while "behind" indicates content displayed under content.
  • Loading branch information
bissbr01 committed Dec 23, 2022
1 parent 4e94429 commit 2b5a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/BackgroundImage.mdx
Expand Up @@ -17,7 +17,7 @@ import { BackgroundImageDemos } from '@mantine/demos';

## Usage

Use `BackgroundImage` component when you need to display the image below any content.
Use `BackgroundImage` component when you need to display the image behind any content.
Component sets background-image to given `src`, background-size to `cover` and background-position to `center`.
It can be used for cards, hero headers and similar components:

Expand Down

0 comments on commit 2b5a755

Please sign in to comment.