From be9ae7006033f2be11f3547f30425417830158ba Mon Sep 17 00:00:00 2001 From: meleyal Date: Sat, 25 Feb 2012 01:25:31 +0100 Subject: [PATCH] Fix typos and clarify wording in carousel docs --- docs/javascript.html | 4 ++-- docs/templates/pages/javascript.mustache | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index 612724c798..3ec360acf1 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.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index ac989f3ed7..bd0e286d53 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1226,7 +1226,7 @@ $('#myCollapsible').on('hidden', function () {

{{_i}}Markup{{/i}}

-

{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}

+

{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}

 <div id="myCarousel" class="carousel">
   <!-- {{_i}}Carousel items{{/i}} -->
@@ -1259,7 +1259,7 @@ $('.myCarousel').carousel({
           

.carousel('next')

{{_i}}Cycles to the next item.{{/i}}

{{_i}}Events{{/i}}

-

{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}

+

{{_i}}Bootstrap's carousel class exposes two events for hooking into carousel functionality.{{/i}}