Skip to content

Commit

Permalink
docs: 📝 change story description for separator
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Dec 16, 2024
1 parent 9004f4d commit 28e52ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/registry/stories/separator.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default meta
type Story = StoryObj<typeof meta>

/**
* The default form of the separator.
* A separator between horizontal items.
*/
export const Horizontal: Story = {
render: () => (
Expand All @@ -30,7 +30,7 @@ export const Horizontal: Story = {
}

/**
* A vertical separator.
* A separator between vertical items.
*/
export const Vertical: Story = {
render: () => (
Expand Down

0 comments on commit 28e52ef

Please sign in to comment.