diff --git a/storybook/src/components/Button/Button.docs.mdx b/storybook/src/components/Button/Button.docs.mdx
index 3b7516202b..164e138739 100644
--- a/storybook/src/components/Button/Button.docs.mdx
+++ b/storybook/src/components/Button/Button.docs.mdx
@@ -45,7 +45,7 @@ The icon will appear after the label.
The icon can also appear before the label.
-
+
### With icon only
diff --git a/storybook/src/components/Button/Button.stories.tsx b/storybook/src/components/Button/Button.stories.tsx
index b0eff5a908..cea6b1704e 100644
--- a/storybook/src/components/Button/Button.stories.tsx
+++ b/storybook/src/components/Button/Button.stories.tsx
@@ -74,7 +74,7 @@ export const WithIcon: Story = {
},
}
-export const WithiconBefore: Story = {
+export const WithIconBefore: Story = {
args: {
children: 'Sluiten',
icon: Icons.CloseIcon,