chore(range): range warning typo (#26738)

This commit is contained in:
Masahiko Sakakibara
2023-02-06 11:42:09 +09:00
committed by GitHub
parent 90f4995aa6
commit 5e5f1a34fb

View File

@ -555,7 +555,7 @@ export class Range implements ComponentInterface {
printIonWarning(
`Using ion-range with an ion-label has been deprecated. To migrate, remove the ion-label and pass your label directly into ion-toggle instead.
Example: <ion-range>Volume:</ion-toggle>
Example: <ion-range>Volume:</ion-range>
For ranges that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the range.