]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify what text-capitalize actually does 18648/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 23 Dec 2015 14:29:12 +0000 (14:29 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Wed, 23 Dec 2015 14:29:12 +0000 (14:29 +0000)
as on first skimming over these, it may not be completely obvious

docs/components/utilities.md

index ff778b42b4520ce9f42e754956f4df0b9c1e4538..1a8ceb361ca3c19980670c84ced7288c23ce6ebf 100644 (file)
@@ -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.