diff --git a/apps/www/registry/stories/separator.stories.tsx b/apps/www/registry/stories/separator.stories.tsx index c0cbeec023f..dbd8d7a19e2 100644 --- a/apps/www/registry/stories/separator.stories.tsx +++ b/apps/www/registry/stories/separator.stories.tsx @@ -17,7 +17,7 @@ export default meta type Story = StoryObj /** - * The default form of the separator. + * A separator between horizontal items. */ export const Horizontal: Story = { render: () => ( @@ -30,7 +30,7 @@ export const Horizontal: Story = { } /** - * A vertical separator. + * A separator between vertical items. */ export const Vertical: Story = { render: () => (