diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 82ee1223cf..2602107775 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 8f1d160cae..800f0ca7ab 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1319,7 +1319,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 -->
@@ -1352,7 +1352,7 @@ $('.carousel').carousel({
           

.carousel('next')

Cycles to the next item.

Events

-

Bootstrap's carousel class exposes a few events for hooking into carousel 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 9af03eccd1..e3c110e13d 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1243,7 +1243,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}} -->
@@ -1276,7 +1276,7 @@ $('.carousel').carousel({
           

.carousel('next')

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

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

-

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

+

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