aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Holland <[email protected]>2013-06-26 08:27:12 -0400
committerJames Holland <[email protected]>2013-06-26 08:27:12 -0400
commit2471b9d725d2452a10f802af5667509af7b7eb2e (patch)
treef250c5365c37ba1a04b750dc544be18f45cd2838 /docs
parentcc43ba35d7c1bb4663a8aea4eb0ba3a97d782852 (diff)
downloadbootstrap-2471b9d725d2452a10f802af5667509af7b7eb2e.tar.xz
bootstrap-2471b9d725d2452a10f802af5667509af7b7eb2e.zip
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>
...