diff options
| author | Mark Otto <[email protected]> | 2012-02-01 17:59:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 17:59:19 -0800 |
| commit | e36496fd84c504255f1348aab53be55c17fc9824 (patch) | |
| tree | 139aedcd5711a4c4f43698101fcccb0a778e1bd1 /docs/templates | |
| parent | 5c1527abc560d38e695eb8d643953a83fb37da7a (diff) | |
| parent | 140d90db63d6dfc555478b68afc7c20c4b594853 (diff) | |
| download | bootstrap-e36496fd84c504255f1348aab53be55c17fc9824.tar.xz bootstrap-e36496fd84c504255f1348aab53be55c17fc9824.zip | |
Merge pull request #1490 from amenonsen/master
Typo fix: Sprited => Striped
Diffstat (limited to 'docs/templates')
| -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 cc235ffd0..c21c0959e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -524,7 +524,7 @@ <div class="row"> <div class="span4"> <p>{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the <code>.table-striped</code> class.{{/i}}</p> - <p class="muted">{{_i}}<strong>Note:</strong> Sprited tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.{{/i}}</p> + <p class="muted">{{_i}}<strong>Note:</strong> Striped tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.{{/i}}</p> <pre class="prettyprint linenums" style="margin-bottom: 18px;"> <table class="table table-striped"> … |
