From d105533b2ff7b28b582b5c8144b99d54ffdcbb4d Mon Sep 17 00:00:00 2001 From: lid0a <70815650+lid0a@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:05:42 +0500 Subject: [PATCH] [mantine.dev] Fix typo (#6415) --- apps/mantine.dev/src/pages/core/card.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';