aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-02 09:33:18 -0800
committerMark Otto <[email protected]>2012-02-02 09:33:18 -0800
commitcf488c2800293f4f243f59658b691741f4b78175 (patch)
treec65bde6d8e9c1d2b6004fdce241ccdcba1153a9d /docs/javascript.html
parentdfdc63e87293efec9196897079ce3826a1a57275 (diff)
downloadbootstrap-cf488c2800293f4f243f59658b691741f4b78175.tar.xz
bootstrap-cf488c2800293f4f243f59658b691741f4b78175.zip
fix incorrect uses of it's in the docs
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 92e327d19..4c432ee7c 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>