0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

typo: match doc text and example

This commit is contained in:
James Holland 2013-06-26 08:27:12 -04:00
parent cc43ba35d7
commit 2471b9d725

View File

@ -942,7 +942,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
</ul> </ul>
</div> </div>
{% highlight html %} {% highlight html %}
<ul class="nav nav-tabs"> <ul class="nav nav-pills">
... ...
<li class="disabled"><a href="#">Disabled link</a></li> <li class="disabled"><a href="#">Disabled link</a></li>
... ...