Skip to content

Commit 8887023

Browse files
[6.x] Fix level prop example on Heading docs (#13553)
Fix `level` prop example on Heading docs
1 parent 2d223a7 commit 8887023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/stories/Heading.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const _Sizes: Story = {
6565
};
6666

6767
const levelCode = `
68-
<Heading level="3" size="xl">Create collection</Heading>
68+
<Heading :level="3" size="xl">Create collection</Heading>
6969
`;
7070

7171
export const _HeadingLevel: Story = {

0 commit comments

Comments
 (0)