Skip to content

Commit d496e97

Browse files
committed
Fixed code sample for btn-inverse
1 parent 8b72b76 commit d496e97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎components.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Button</h3>
108108
&lt;button class="btn btn-danger"&gt;Danger&lt;/button&gt;
109109
&lt;button class="btn btn-success"&gt;Success&lt;/button&gt;
110110
&lt;button class="btn btn-warning"&gt;Warning&lt;/button&gt;
111-
&lt;button class="btn btn-warning"&gt;Inverse&lt;/button&gt;
111+
&lt;button class="btn btn-inverse"&gt;Inverse&lt;/button&gt;
112112
</pre>
113113

114114
<p>
@@ -1013,4 +1013,4 @@ <h3>Slider</h3>
10131013
<script src="bootstrap/js/google-code-prettify/prettify.js"></script>
10141014
<script src="js/application.js"></script>
10151015
</body>
1016-
</html>
1016+
</html>

0 commit comments

Comments
 (0)