aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <[email protected]>2012-02-01 13:21:37 +0530
committerAbhijit Menon-Sen <[email protected]>2012-02-01 13:21:37 +0530
commit140d90db63d6dfc555478b68afc7c20c4b594853 (patch)
tree7ab27fc1d435e25b42a9f3cb83fbc8cde5d57117
parent7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff)
downloadbootstrap-140d90db63d6dfc555478b68afc7c20c4b594853.tar.xz
bootstrap-140d90db63d6dfc555478b68afc7c20c4b594853.zip
Typo fix
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index fe6e4fe89..6fa1b33fd 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -600,7 +600,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<div class="row">
<div class="span4">
<p>Get a little fancy with your tables by adding zebra-striping&mdash;just add the <code>.table-striped</code> class.</p>
- <p class="muted"><strong>Note:</strong> Sprited tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p>
+ <p class="muted"><strong>Note:</strong> Striped tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p>
<pre class="prettyprint linenums" style="margin-bottom: 18px;">
&lt;table class="table table-striped"&gt;
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&mdash;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;">
&lt;table class="table table-striped"&gt;