Commit d56026d4 authored by Chris Rebert's avatar Chris Rebert

fix grammar in "Underlined text" example

parent fa9e541f
...@@ -146,10 +146,10 @@ You can use the mark tag to <mark>highlight</mark> text. ...@@ -146,10 +146,10 @@ You can use the mark tag to <mark>highlight</mark> text.
<h3>Underlined text</h3> <h3>Underlined text</h3>
<p>To underline text use the <code>&lt;u&gt;</code> tag.</p> <p>To underline text use the <code>&lt;u&gt;</code> tag.</p>
<div class="bs-example"> <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> </div>
{% highlight html %} {% highlight html %}
<u>This line of text is will render as underlined</u> <u>This line of text will render as underlined</u>
{% endhighlight %} {% endhighlight %}
<p>Make use of HTML's default emphasis tags with lightweight styles.</p> <p>Make use of HTML's default emphasis tags with lightweight styles.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment