diff options
| author | Mark Otto <[email protected]> | 2012-02-27 21:22:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 21:22:20 -0800 |
| commit | 5cc4fcf6a2ace006b8b4023c3e75d819d611b2e1 (patch) | |
| tree | daa7f9bc48b416aefca6e4b99830475e093e0c51 /docs/templates/pages/javascript.mustache | |
| parent | 4e17b1975e1b38e3a1fe7851a0b59c645dba755f (diff) | |
| parent | be9ae7006033f2be11f3547f30425417830158ba (diff) | |
| download | bootstrap-5cc4fcf6a2ace006b8b4023c3e75d819d611b2e1.tar.xz bootstrap-5cc4fcf6a2ace006b8b4023c3e75d819d611b2e1.zip | |
Merge branch 'meleyal-fix-carousel-docs' into 2.0.2-wip
Conflicts:
docs/javascript.html
docs/templates/pages/javascript.mustache
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 9af03eccd..e3c110e13 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1243,7 +1243,7 @@ $('#myCollapsible').on('hidden', function () { </tbody> </table> <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}</p> + <p>{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}</p> <pre class="prettyprint linenums"> <div id="myCarousel" class="carousel"> <!-- {{_i}}Carousel items{{/i}} --> @@ -1276,7 +1276,7 @@ $('.carousel').carousel({ <h4>.carousel('next')</h4> <p>{{_i}}Cycles to the next item.{{/i}}</p> <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}</p> + <p>{{_i}}Bootstrap's carousel class exposes two events for hooking into carousel functionality.{{/i}}</p> <table class="table table-bordered table-striped"> <thead> <tr> |
