aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authormeleyal <[email protected]>2012-02-25 01:25:31 +0100
committermeleyal <[email protected]>2012-02-25 01:25:31 +0100
commitbe9ae7006033f2be11f3547f30425417830158ba (patch)
tree587ed6222542e58e5f167a154e5bd4afa614e28e /docs/javascript.html
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
downloadbootstrap-be9ae7006033f2be11f3547f30425417830158ba.tar.xz
bootstrap-be9ae7006033f2be11f3547f30425417830158ba.zip
Fix typos and clarify wording in carousel docs
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
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 () {
</tbody>
</table>
<h3>Markup</h3>
- <p>Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.</p>
+ <p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
<pre class="prettyprint linenums">
&lt;div id="myCarousel" class="carousel"&gt;
&lt;!-- Carousel items --&gt;
@@ -1335,7 +1335,7 @@ $('.myCarousel').carousel({
<h4>.carousel('next')</h4>
<p>Cycles to the next item.</p>
<h3>Events</h3>
- <p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p>
+ <p>Bootstrap's carousel class exposes two events for hooking into carousel functionality.</p>
<table class="table table-bordered table-striped">
<thead>
<tr>