Skip to content

Commit f4cb9f1

Browse files
authored
docs(material/progress-spinner): remove legacy prefix (#29701)
1 parent 917f002 commit f4cb9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In "indeterminate" mode, the `value` property is ignored.
1919

2020
### Accessibility
2121

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

0 commit comments

Comments
 (0)