Commit abe9922f authored by Mark Otto's avatar Mark Otto
Browse files

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

Tweak .text-capitalize example to show what happens to interior capital letters
parents 9a2cd376 68430005
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment