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

Commit ee17579

Browse files
committed
fix(select): stacke example typp
1 parent ca3e24e commit ee17579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-docs/pages/select.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are three sizes of select : large (48px), default (40px) and small (32px).
5151
<c-select placeholder="large size" size="lg" />
5252
<c-select placeholder="default size" size="md" />
5353
<c-select placeholder="small size" size="sm" />
54-
</c-sack>
54+
</c-stack>
5555
```
5656

5757
### Changing the appearance of the Select

0 commit comments

Comments
 (0)