aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-04 10:25:22 -0700
committerChris Rebert <[email protected]>2014-04-04 10:25:22 -0700
commitd56026d489fb8db66c2db6aa0d222f1a3fa9261f (patch)
tree2e76272221bf6391f52405b8a481e693ece952e4 /docs
parentfa9e541f5e9aa9ce5ea039166826c5f195585daa (diff)
downloadbootstrap-d56026d489fb8db66c2db6aa0d222f1a3fa9261f.tar.xz
bootstrap-d56026d489fb8db66c2db6aa0d222f1a3fa9261f.zip
fix grammar in "Underlined text" example
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/type.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 2ea046519..da81d7414 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -146,10 +146,10 @@ You can use the mark tag to <mark>highlight</mark> text.
<h3>Underlined text</h3>
<p>To underline text use the <code>&lt;u&gt;</code> tag.</p>
<div class="bs-example">
- <p><u>This line of text is will render as underlined</u></p>
+ <p><u>This line of text will render as underlined</u></p>
</div>
{% highlight html %}
-<u>This line of text is will render as underlined</u>
+<u>This line of text will render as underlined</u>
{% endhighlight %}
<p>Make use of HTML's default emphasis tags with lightweight styles.</p>