diff --git a/apps/mantine.dev/src/pages/core/card.mdx b/apps/mantine.dev/src/pages/core/card.mdx index 9a204b60e7c..fd819a7d6d1 100644 --- a/apps/mantine.dev/src/pages/core/card.mdx +++ b/apps/mantine.dev/src/pages/core/card.mdx @@ -48,7 +48,7 @@ function Demo() { } ``` -Note that `Card` relies on mapping direct children and you cannot use fragments or others wrappers for `Card.Section`: +Note that `Card` relies on mapping direct children and you cannot use fragments or other wrappers for `Card.Section`: ```tsx import { Card } from '@mantine/core';