fix incorrect uses of it's in the docs
This commit is contained in:
parent
dfdc63e872
commit
cf488c2800
7 changed files with 10 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue