]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak .text-capitalize example to show what happens to interior capital letters;... 17896/head
authorChris Rebert <github@chrisrebert.com>
Mon, 12 Oct 2015 18:18:11 +0000 (11:18 -0700)
committerChris Rebert <github@chrisrebert.com>
Mon, 12 Oct 2015 18:18:11 +0000 (11:18 -0700)
[ci skip]

docs/components/utilities.md

index f3c68463aac886476c26b1dda36fb871321e63ba..42d5bd50fff5c7629fa348cde7a79cdbcd4b2957 100644 (file)
@@ -108,7 +108,7 @@ Transform text in components with text capitalization classes.
 {% example html %}
 <p class="text-lowercase">Lowercased text.</p>
 <p class="text-uppercase">Uppercased text.</p>
-<p class="text-capitalize">Capitalized text.</p>
+<p class="text-capitalize">CapiTaliZed text.</p>
 {% endexample %}
 
 ## Contextual colors and backgrounds