From cf488c2800293f4f243f59658b691741f4b78175 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Feb 2012 09:33:18 -0800 Subject: fix incorrect uses of it's in the docs --- docs/javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/javascript.html') 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 () {

Methods

$().button('toggle')

-

Toggles push state. Gives btn the look that it's been activated.

+

Toggles push state. Gives btn the look that it hass been activated.

Heads up! You can enable auto toggling of a button by using the data-toggle attribute. @@ -1339,7 +1339,7 @@ $('.myCarousel').carousel({ slid - This event is fired when the carousel has completed it's slide transition. + This event is fired when the carousel has completed its slide transition. -- cgit v1.2.3