diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index ff778b42b..1a8ceb361 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -95,6 +95,8 @@ Transform text in components with text capitalization classes. <p class="text-capitalize">CapiTaliZed text.</p> {% 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. |
