diff --git a/docs/base-css.html b/docs/base-css.html index 5aa0257c7338..a198064f8195 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -600,7 +600,7 @@

2. Striped table

Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.

-

Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.

+

Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.

 <table class="table table-striped">
   …
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index 55808cc6ab1c..c8b2a09cf229 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -13,12 +13,12 @@
 
     
     
-    
     
+    
 
     
     
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 4c8e9ba08530..6348097159ff 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -524,7 +524,7 @@
   

{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.{{/i}}

-

{{_i}}Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}

+

{{_i}}Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}

 <table class="table table-striped">
   …