1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

fix incorrect uses of it's in the docs

This commit is contained in:
Mark Otto
2012-02-02 09:33:18 -08:00
parent dfdc63e872
commit cf488c2800
7 changed files with 10 additions and 10 deletions

View File

@@ -1042,7 +1042,7 @@ $('#my-alert').bind('closed', function () {
</pre>
<h3>Methods</h3>
<h4>$().button('toggle')</h4>
<p>Toggles push state. Gives btn the look that it's been activated.</p>
<p>Toggles push state. Gives btn the look that it hass been activated.</p>
<div class="alert alert-info">
<strong>Heads up!</strong>
You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.
@@ -1339,7 +1339,7 @@ $('.myCarousel').carousel({
</tr>
<tr>
<td>slid</td>
<td>This event is fired when the carousel has completed it's slide transition.</td>
<td>This event is fired when the carousel has completed its slide transition.</td>
</tr>
</tbody>
</table>