From be9ae7006033f2be11f3547f30425417830158ba Mon Sep 17 00:00:00 2001 From: meleyal Date: Sat, 25 Feb 2012 01:25:31 +0100 Subject: Fix typos and clarify wording in carousel 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 612724c79..3ec360acf 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1302,7 +1302,7 @@ $('#myCollapsible').on('hidden', function () {

Markup

-

Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.

+

Data attributes are used for the previous and next conrols. Check out the example markup below.

 <div id="myCarousel" class="carousel">
   <!-- Carousel items -->
@@ -1335,7 +1335,7 @@ $('.myCarousel').carousel({
           

.carousel('next')

Cycles to the next item.

Events

-

Bootstrap's modal class exposes a few events for hooking into modal functionality.

+

Bootstrap's carousel class exposes two events for hooking into carousel functionality.

-- cgit v1.2.3