File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ use the theme's primary color. This can be changed to `'accent'` or `'warn'`.
4545
4646` MatProgressBar ` implements the ARIA ` role="progressbar" ` pattern. By default, the progress bar
4747sets ` aria-valuemin ` to ` 0 ` and ` aria-valuemax ` to ` 100 ` . Avoid changing these values, as this may
48- cause incompatiblity with some assitive technology.
48+ cause incompatiblity with some assistive technology.
4949
5050Always provide an accessible label via ` aria-label ` or ` aria-labelledby ` for each progress bar.
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ progress-spinners use the theme's primary color. This can be changed to `'accent
2626
2727` MatProgressSpinner ` implements the ARIA ` role="progressbar" ` pattern. By default, the spinner
2828sets ` aria-valuemin ` to ` 0 ` and ` aria-valuemax ` to ` 100 ` . Avoid changing these values, as this may
29- cause incompatiblity with some assitive technology.
29+ cause incompatiblity with some assistive technology.
3030
3131Always provide an accessible label via ` aria-label ` or ` aria-labelledby ` for each spinner.
You can’t perform that action at this time.
0 commit comments