Skip to content

Commit

Permalink
docs(material/progress-spinner): remove legacy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyrich authored Sep 6, 2024
1 parent 22b68e0 commit 221cae6
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -19,7 +19,7 @@ In "indeterminate" mode, the `value` property is ignored.

### Accessibility

`MatLegacyProgressSpinner` implements the ARIA `role="progressbar"` pattern. By default, the spinner
`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 incompatibility with some assistive technology.

Expand Down

0 comments on commit 221cae6

Please sign in to comment.