diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 2ea0465199..da81d7414a 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -146,10 +146,10 @@ You can use the mark tag to highlight text.

Underlined text

To underline text use the <u> tag.

-

This line of text is will render as underlined

+

This line of text will render as underlined

{% highlight html %} -This line of text is will render as underlined +This line of text will render as underlined {% endhighlight %}

Make use of HTML's default emphasis tags with lightweight styles.