From d56026d489fb8db66c2db6aa0d222f1a3fa9261f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 4 Apr 2014 10:25:22 -0700 Subject: fix grammar in "Underlined text" example --- docs/_includes/css/type.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/css') 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 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.

-- cgit v1.2.3 From fce0254b2a90e99804e6433d01ca45a5378285ac Mon Sep 17 00:00:00 2001 From: Billy Matthews Date: Sat, 5 Apr 2014 18:33:57 -0400 Subject: Fixed typo in Responsive Tables CSS docs --- docs/_includes/css/tables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 99db2af72..affe17ffa 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -348,7 +348,7 @@

Responsive tables

-

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.

+

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.

-- cgit v1.2.3