Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 28, 2023
1 parent 5fde4c5 commit c4b1ca7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/components/src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const _Primary: Story = {
args: {
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -53,7 +53,7 @@ export const __Secondary: Story = {
buttonType: ButtonVariants.Secondary,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -63,7 +63,7 @@ export const ___Base: Story = {
buttonType: ButtonVariants.Base,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -73,7 +73,7 @@ export const ____BaseSecondary: Story = {
buttonType: ButtonVariants.BaseSecondary,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -83,7 +83,7 @@ export const _____Destructive: Story = {
buttonType: ButtonVariants.Destructive,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -93,6 +93,6 @@ export const ______White: Story = {
buttonType: ButtonVariants.White,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'A brief description of the result of performing this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

0 comments on commit c4b1ca7

Please sign in to comment.