diff --git a/core/src/css/text-alignment.scss b/core/src/css/text-alignment.scss index a5c03acc606..9fd7e56e91b 100644 --- a/core/src/css/text-alignment.scss +++ b/core/src/css/text-alignment.scss @@ -10,7 +10,7 @@ $infix: breakpoint-infix($breakpoint, $screen-breakpoints); @include media-breakpoint-up($breakpoint, $screen-breakpoints) { - // Provide `[text-{bp}]` attributes for aligning the text based + // Provide `.ion-text-{bp}` classes for aligning the text based // on the breakpoint .ion-text#{$infix}-center { text-align: center !important; diff --git a/core/src/css/text-transformation.scss b/core/src/css/text-transformation.scss index 9ae66e80939..f05a494507b 100644 --- a/core/src/css/text-transformation.scss +++ b/core/src/css/text-transformation.scss @@ -10,7 +10,7 @@ $infix: breakpoint-infix($breakpoint, $screen-breakpoints); @include media-breakpoint-up($breakpoint, $screen-breakpoints) { - // Provide `[text-{bp}]` attributes for transforming the text based + // Provide `.ion-text-{bp}` classes for transforming the text based // on the breakpoint .ion-text#{$infix}-uppercase { /* stylelint-disable-next-line declaration-no-important */