Skip to content

Commit

Permalink
fix: param typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skinread committed Jan 23, 2025
1 parent ec2e9b6 commit a2f8e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stories/icons.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type Story = StoryObj;

export const IconSet: Story = {
parameters: {
chrromatic: { disableSnapshot: true },
chromatic: { disableSnapshot: true },
},
render: () => (
<Stack space="sm">
Expand Down

0 comments on commit a2f8e32

Please sign in to comment.