Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lid0a authored Jun 27, 2024
1 parent b8c561a commit d105533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/pages/core/card.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d105533

Please sign in to comment.