aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-26 11:42:04 -0700
committerMark Otto <[email protected]>2013-06-26 11:42:04 -0700
commit296b9d7293c99eaa0abda4a65f182ca104afbfdc (patch)
treebcf765e2c98eaa9740f8a2a2bff156c1f1d30ba4 /docs
parent68792fc1f95d4eb93eef954e3a1c3e8f872be7cf (diff)
parent2471b9d725d2452a10f802af5667509af7b7eb2e (diff)
downloadbootstrap-296b9d7293c99eaa0abda4a65f182ca104afbfdc.tar.xz
bootstrap-296b9d7293c99eaa0abda4a65f182ca104afbfdc.zip
Merge pull request #8313 from jholl/patch-1
typo: match doc text and example
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 55f27cbc3..48c7411d0 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -942,7 +942,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
</ul>
</div>
{% highlight html %}
-<ul class="nav nav-tabs">
+<ul class="nav nav-pills">
...
<li class="disabled"><a href="#">Disabled link</a></li>
...