Skip to content

Commit 4c3c911

Browse files
coopermeitzmmalerba
authored andcommitted
docs(material): fix 2 spelling errors (#24274)
* docs(material/progress-bar): fix a spelling error * docs(material/progress-spinner): fix a spelling error (cherry picked from commit 5640d89)
1 parent b71dea3 commit 4c3c911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/progress-bar/progress-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4747
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.
4949

5050
Always provide an accessible label via `aria-label` or `aria-labelledby` for each progress bar.

src/material/progress-spinner/progress-spinner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2828
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.
3030

3131
Always provide an accessible label via `aria-label` or `aria-labelledby` for each spinner.

0 commit comments

Comments
 (0)