Skip to content

Commit

Permalink
[docs] Fix typo in toggle-button.md (#19002)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbenham authored and joshwooding committed Dec 27, 2019
1 parent d57c223 commit 994b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/toggle-button/toggle-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Here is an example of customizing the component. You can learn more about this i

## Accessibility

ToggleButtonGroup has `role="group"`. You should provide an accessible label with `arial-label="label"`, `aria-labelledby="id"` or `<label>`.
ToggleButtonGroup has `role="group"`. You should provide an accessible label with `aria-label="label"`, `aria-labelledby="id"` or `<label>`.

ToggleButton sets `aria-pressed="<bool>"` according to the button state. You should label each button with `aria-label`.

0 comments on commit 994b481

Please sign in to comment.