Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2534db

Browse files
authored
Merge pull request chakra-ui#673 from roth1002/fix/modal-docs-lorem-usage
2 parents ec7202a + 79ab961 commit c2534db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function ScrollingExample() {
360360
<ModalHeader>Modal Title</ModalHeader>
361361
<ModalCloseButton />
362362
<ModalBody>
363-
<Lorem size={5} />
363+
<Lorem count={5} />
364364
</ModalBody>
365365
<ModalFooter>
366366
<Button>Close</Button>

0 commit comments

Comments
 (0)