Skip to content

Commit 994b481

Browse files
noahbenhamjoshwooding
authored andcommitted
[docs] Fix typo in toggle-button.md (#19002)
1 parent d57c223 commit 994b481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/components/toggle-button/toggle-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Here is an example of customizing the component. You can learn more about this i
3434

3535
## Accessibility
3636

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

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

0 commit comments

Comments
 (0)