Skip to content

Commit

Permalink
docs(material): fix 2 spelling errors (#24274)
Browse files Browse the repository at this point in the history
* docs(material/progress-bar): fix a spelling error

* docs(material/progress-spinner): fix a spelling error

(cherry picked from commit 5640d89)
  • Loading branch information
coopermeitz authored and mmalerba committed Jan 26, 2022
1 parent b71dea3 commit 4c3c911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material/progress-bar/progress-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ use the theme's primary color. This can be changed to `'accent'` or `'warn'`.

`MatProgressBar` implements the ARIA `role="progressbar"` pattern. By default, the progress bar
sets `aria-valuemin` to `0` and `aria-valuemax` to `100`. Avoid changing these values, as this may
cause incompatiblity with some assitive technology.
cause incompatiblity with some assistive technology.

Always provide an accessible label via `aria-label` or `aria-labelledby` for each progress bar.
2 changes: 1 addition & 1 deletion src/material/progress-spinner/progress-spinner.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ progress-spinners use the theme's primary color. This can be changed to `'accent

`MatProgressSpinner` implements the ARIA `role="progressbar"` pattern. By default, the spinner
sets `aria-valuemin` to `0` and `aria-valuemax` to `100`. Avoid changing these values, as this may
cause incompatiblity with some assitive technology.
cause incompatiblity with some assistive technology.

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

0 comments on commit 4c3c911

Please sign in to comment.