aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorHenning Hoefer <[email protected]>2012-08-14 02:10:07 +0200
committerHenning Hoefer <[email protected]>2012-08-14 02:10:07 +0200
commita74457a203a967eb5db216b76fcf4c600c70d901 (patch)
treefee386c00d775b333d216fe6d535feee70292cae /docs/components.html
parentcf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff)
downloadbootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.tar.xz
bootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.zip
Fixed a typo in inverse navbar code sample
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 377c14471..bb9cdb8f5 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1348,7 +1348,7 @@
</div><!-- /navbar -->
</div>
<pre class="prettyprint linenums">
-&lt;div class="navbar navbar-subnav"&gt;
+&lt;div class="navbar navbar-inverse"&gt;
...
&lt;/div&gt;
</pre>