2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #17896 from twbs/text-capitalize-doc

Tweak .text-capitalize example to show what happens to interior capital letters
This commit is contained in:
Mark Otto
2015-10-13 00:31:27 -07:00
+1 -1
View 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