aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorJon Stevens <[email protected]>2012-01-15 19:38:30 -0800
committerJon Stevens <[email protected]>2012-01-15 19:38:30 -0800
commitb4dd2b9a10a9313bbe0863b9da279e212f8d230d (patch)
tree5da212d4f9c3ec2ab0345527edc518c2828fdab2 /docs/base-css.html
parentf48278dac6ac89fcf9d1ab7526ec3029dd1a4d8e (diff)
downloadbootstrap-b4dd2b9a10a9313bbe0863b9da279e212f8d230d.tar.xz
bootstrap-b4dd2b9a10a9313bbe0863b9da279e212f8d230d.zip
fix typo
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index ccc2216c6..99a4efe3a 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -623,7 +623,7 @@
<h3>1. Default table styles</h3>
<div class="row">
<div class="span4">
- <p>Tables are automatically styled with only the a few borders to ensure readability and maintain structure. No classes are required.</p>
+ <p>Tables are automatically styled with only a few borders to ensure readability and maintain structure. No classes are required.</p>
<pre class="prettyprint linenums">
&lt;table&gt;
...