]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix grammar in "Underlined text" example
authorChris Rebert <github@rebertia.com>
Fri, 4 Apr 2014 17:25:22 +0000 (10:25 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 4 Apr 2014 17:25:22 +0000 (10:25 -0700)
docs/_includes/css/type.html

index 2ea0465199b46755f15646ed44f2cde47d8da4e3..da81d7414a6277cdc27dc4aba882b49b63df8ea9 100644 (file)
@@ -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>