aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-12 11:18:11 -0700
committerChris Rebert <[email protected]>2015-10-12 11:18:11 -0700
commit684300058e81ebee9388aeb301e458424f83c5d2 (patch)
tree222046ec91cee37e6ee2de7d49cdfa988fad8507 /docs
parentba16aa44d06be8a6a4ba61a532906bb0c75f607e (diff)
downloadbootstrap-684300058e81ebee9388aeb301e458424f83c5d2.tar.xz
bootstrap-684300058e81ebee9388aeb301e458424f83c5d2.zip
Tweak .text-capitalize example to show what happens to interior capital letters; refs #17893
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/components/utilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index f3c68463a..42d5bd50f 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -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