diff options
| author | Mark Otto <[email protected]> | 2015-10-13 00:31:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-10-13 00:31:27 -0700 |
| commit | abe9922fc792052a1efa8bd127a2120a68503389 (patch) | |
| tree | 0ea5913f2b759ac1806363effe23438c3b195d71 /docs | |
| parent | 9a2cd376c8baf18a1b0a635a18643db84f2fbe4e (diff) | |
| parent | 684300058e81ebee9388aeb301e458424f83c5d2 (diff) | |
| download | bootstrap-abe9922fc792052a1efa8bd127a2120a68503389.tar.xz bootstrap-abe9922fc792052a1efa8bd127a2120a68503389.zip | |
Merge pull request #17896 from twbs/text-capitalize-doc
Tweak .text-capitalize example to show what happens to interior capital letters
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/utilities.md | 2 |
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 |
