diff options
| -rw-r--r-- | site/content/docs/5.3/utilities/text.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/text.md b/site/content/docs/5.3/utilities/text.md index 68b516ac5..345b277e8 100644 --- a/site/content/docs/5.3/utilities/text.md +++ b/site/content/docs/5.3/utilities/text.md @@ -58,7 +58,7 @@ Note that [breaking words isn't possible in Arabic](https://rtlstyling.com/posts ## Text transform -Transform text in components with text capitalization classes. +Transform text in components with our text capitalization classes: `text-lowercase`, `text-uppercase` or `text-capitalize`. {{< example >}} <p class="text-lowercase">Lowercased text.</p> |
