Commit aef230d4 authored by Mark Otto's avatar Mark Otto

fix typo per #2494

parent f7d4fb61
...@@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () { ...@@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () {
</pre> </pre>
<h3>Methods</h3> <h3>Methods</h3>
<h4>$().button('toggle')</h4> <h4>$().button('toggle')</h4>
<p>Toggles push state. Gives btn the look that it hass been activated.</p> <p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<div class="alert alert-info"> <div class="alert alert-info">
<strong>Heads up!</strong> <strong>Heads up!</strong>
You can enable auto toggling of a button by using the <code>data-toggle</code> attribute. You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.
......
...@@ -986,7 +986,7 @@ $('#my-alert').bind('closed', function () { ...@@ -986,7 +986,7 @@ $('#my-alert').bind('closed', function () {
</pre> </pre>
<h3>{{_i}}Methods{{/i}}</h3> <h3>{{_i}}Methods{{/i}}</h3>
<h4>$().button('toggle')</h4> <h4>$().button('toggle')</h4>
<p>{{_i}}Toggles push state. Gives btn the look that it hass been activated.{{/i}}</p> <p>{{_i}}Toggles push state. Gives the button the appearance that it has been activated.{{/i}}</p>
<div class="alert alert-info"> <div class="alert alert-info">
<strong>{{_i}}Heads up!{{/i}}</strong> <strong>{{_i}}Heads up!{{/i}}</strong>
{{_i}}You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.{{/i}} {{_i}}You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.{{/i}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment