]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Typo fix 1490/head
authorAbhijit Menon-Sen <ams@toroid.org>
Wed, 1 Feb 2012 07:51:37 +0000 (13:21 +0530)
committerAbhijit Menon-Sen <ams@toroid.org>
Wed, 1 Feb 2012 07:51:37 +0000 (13:21 +0530)
docs/base-css.html
docs/templates/pages/base-css.mustache

index fe6e4fe896ab4520daa10e0ba6ba14e31770d731..6fa1b33fd15c99969215359df2938cfa6c788153 100644 (file)
@@ -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;
   …
index cc235ffd013221b5fcf9a1242adc4185645ce76d..c21c0959e9b66c3cda6a13bd3247fbbe5729e2bd 100644 (file)
   <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;
   …