aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-10 23:51:12 -0700
committerChris Rebert <[email protected]>2014-06-10 23:51:12 -0700
commit816ba56b451d28056a78bcaf262e7a2cc37fd5db (patch)
treed09aa71341a2262857fe7f090c195df856936d09 /docs
parentf09d6b7a9827452d259b4daafbe3f8341b557776 (diff)
parent03b556bbc5c0aecc2d86edfcf143d7b3312c86cc (diff)
downloadbootstrap-816ba56b451d28056a78bcaf262e7a2cc37fd5db.tar.xz
bootstrap-816ba56b451d28056a78bcaf262e7a2cc37fd5db.zip
Merge pull request #13789 from hnrch02/follow-up-to-13671
Follow-up to #13671; improves consistency of text with previous examples
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/type.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 124e4f087..70e3fc36d 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -207,14 +207,14 @@ You can use the mark tag to <mark>highlight</mark> text.
<h2 id="type-transformation">Transformation classes</h2>
<p>Transform text in components with text capitalization classes.</p>
<div class="bs-example">
- <p class="text-lowercase">Lowercase text.</p>
- <p class="text-uppercase">Uppercase text.</p>
- <p class="text-capitalize">Capitalize text.</p>
+ <p class="text-lowercase">Lowercased text.</p>
+ <p class="text-uppercase">Uppercased text.</p>
+ <p class="text-capitalize">Capitalized text.</p>
</div>
{% highlight html %}
-<p class="text-lowercase">Lowercase text.</p>
-<p class="text-uppercase">Uppercase text.</p>
-<p class="text-capitalize">Capitalize text.</p>
+<p class="text-lowercase">Lowercased text.</p>
+<p class="text-uppercase">Uppercased text.</p>
+<p class="text-capitalize">Capitalized text.</p>
{% endhighlight %}
<!-- Abbreviations -->