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'`.
45
45
46
46
` MatProgressBar ` implements the ARIA ` role="progressbar" ` pattern. By default, the progress bar
47
47
sets ` 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.
49
49
50
50
Always 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
26
26
27
27
` MatProgressSpinner ` implements the ARIA ` role="progressbar" ` pattern. By default, the spinner
28
28
sets ` 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.
30
30
31
31
Always 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