We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57c223 commit 994b481Copy full SHA for 994b481
docs/src/pages/components/toggle-button/toggle-button.md
@@ -34,6 +34,6 @@ Here is an example of customizing the component. You can learn more about this i
34
35
## Accessibility
36
37
-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>`.
38
39
ToggleButton sets `aria-pressed="<bool>"` according to the button state. You should label each button with `aria-label`.
0 commit comments