Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Sep 13, 2024
1 parent ee3107e commit ad470e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stories/components/bal-segment/bal-segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as SegmentStories from './bal-segment.stories'

<Lead>
**Segment** offers a list of options. The user can only select one option from a number of choices. It automatically
detects if it has enoght space and changes to Vertical.
detects if it has enought space and changes to Vertical.
</Lead>

<Canvas of={SegmentStories.Basic} sourceState="shown" />
Expand All @@ -22,15 +22,15 @@ import * as SegmentStories from './bal-segment.stories'

<StoryHeading of={SegmentStories.Vertical}></StoryHeading>

The segement items can be displayed as a list just set `vertical`.
The segment items can be displayed as a list just set `vertical`.

<Canvas of={SegmentStories.Vertical} sourceState="shown" />

{/* ------------------------------------------------------ */}

<StoryHeading of={SegmentStories.Expanded}></StoryHeading>

Set `expanded` to strech the component over the full width.
Set `expanded` to stretch the component over the full width.

<Canvas of={SegmentStories.Expanded} sourceState="shown" />

Expand Down

0 comments on commit ad470e6

Please sign in to comment.