From 0d04fa1269fc602e6842d7140730c2716155e4b2 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Wed, 14 Jan 2026 16:12:18 +0000 Subject: [PATCH] Fix `level` prop example on Heading docs --- resources/js/stories/Heading.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/stories/Heading.stories.ts b/resources/js/stories/Heading.stories.ts index 0e77481b89..e2a887986a 100644 --- a/resources/js/stories/Heading.stories.ts +++ b/resources/js/stories/Heading.stories.ts @@ -65,7 +65,7 @@ export const _Sizes: Story = { }; const levelCode = ` -Create collection +Create collection `; export const _HeadingLevel: Story = {