aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-30 21:26:43 -0700
committerMark Otto <[email protected]>2012-09-30 21:26:43 -0700
commit57f8dbe25cd073bbf4d28a52cd82a2554ab024fc (patch)
treee6735d9558b34720d3e8e96de23f6c0fad8bf2fa /docs/base-css.html
parentf8374a754d2ffe153ab14cb1315365c1303c6bbe (diff)
downloadbootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.tar.xz
bootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.zip
fixes #5360: typo in tables docs
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index ddd585205..1f0a039f0 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -509,7 +509,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<h2>Optional classes</h2>
- <p>Add any of the follow classes to the <code>.table</code> base class.</p>
+ <p>Add any of the following classes to the <code>.table</code> base class.</p>
<h3><code>.table-striped</code></h3>
<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).</p>