diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 81516f6b..21792c99 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -106,6 +106,8 @@ Transform text in components with text capitalization classes.

CapiTaliZed text.

{% endexample %} +Note how `text-capitalize` only changes the first letter of each word, leaving the case of any other letters unaffected. + ## Font weight and italics Quickly change the weight (boldness) of text or italicize text. @@ -113,7 +115,7 @@ Quickly change the weight (boldness) of text or italicize text. {% example html %}

Bold text.

Normal weight text.

-

Italicized text.

+

Italic text.

{% endexample %} ## Contextual colors and backgrounds