From 5e5f1a34fb14b211485c1120430f50a9ae9de3c0 Mon Sep 17 00:00:00 2001 From: Masahiko Sakakibara Date: Mon, 6 Feb 2023 11:42:09 +0900 Subject: [PATCH] chore(range): range warning typo (#26738) --- core/src/components/range/range.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/range/range.tsx b/core/src/components/range/range.tsx index 4a7927dec9..c57982114e 100644 --- a/core/src/components/range/range.tsx +++ b/core/src/components/range/range.tsx @@ -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: Volume: +Example: Volume: For ranges that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the range.