diff options
| author | Mark Otto <[email protected]> | 2012-09-30 21:26:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 21:26:43 -0700 |
| commit | 57f8dbe25cd073bbf4d28a52cd82a2554ab024fc (patch) | |
| tree | e6735d9558b34720d3e8e96de23f6c0fad8bf2fa /docs/templates/pages/base-css.mustache | |
| parent | f8374a754d2ffe153ab14cb1315365c1303c6bbe (diff) | |
| download | bootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.tar.xz bootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.zip | |
fixes #5360: typo in tables docs
Diffstat (limited to 'docs/templates/pages/base-css.mustache')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 5aa7796d8..13192d90e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -446,7 +446,7 @@ <h2>{{_i}}Optional classes{{/i}}</h2> - <p>{{_i}}Add any of the follow classes to the <code>.table</code> base class.{{/i}}</p> + <p>{{_i}}Add any of the following classes to the <code>.table</code> base class.{{/i}}</p> <h3><code>{{_i}}.table-striped{{/i}}</code></h3> <p>{{_i}}Adds zebra-striping to any table row within the <code><tbody></code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).{{/i}}</p> |
