Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit b3a85b4

Browse files
Fix mispelled "transform"
1 parent a411bcf commit b3a85b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/box.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { CBox } from '@chakra-ui/vue';
4747
font-weight="semibold"
4848
letter-spacing="wide"
4949
font-size="xs"
50-
text-sransform="uppercase"
50+
text-transform="uppercase"
5151
ml="2"
5252
>
5353
{{ property.beds }} beds • {{ property.baths }} baths
@@ -115,4 +115,4 @@ You can use the `as` prop to change the element render, just like the `tag` prop
115115
```
116116

117117
## Props
118-
See all `CBox` props in the <nuxt-link to="style-props">Style Props page</nuxt-link>
118+
See all `CBox` props in the <nuxt-link to="style-props">Style Props page</nuxt-link>

0 commit comments

Comments
 (0)