aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJake Benilov <[email protected]>2013-03-08 00:11:53 +0000
committerJake Benilov <[email protected]>2013-03-08 00:13:56 +0000
commitd5c3307ffa95be37495418ea333eef9a6fb0e3b0 (patch)
tree64f8ca2ddd34155312bc68965f757a27234e2752 /docs/javascript.html
parentbfdc6f860710d434775982e1e47704c174314970 (diff)
downloadbootstrap-d5c3307ffa95be37495418ea333eef9a6fb0e3b0.tar.xz
bootstrap-d5c3307ffa95be37495418ea333eef9a6fb0e3b0.zip
fix grammatical mistakes in carousel docs
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 3194ce8bc..424ee2448 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1587,7 +1587,7 @@ $('#myCollapsible').on('hidden', function () {
<h2>Usage</h2>
<h3>Via data attributes</h3>
- <p>Use data attributes to easily control the position of the carousel. <code>data-slide</code> accepts the keywords <code>prev</code> or <code>next</code>, which alters the slide position relative to it's current position. Alternatively, use <code>data-slide-to</code> to pass a raw slide index to the carousel <code>data-slide-to="2"</code>, which jump's the slide position to a particular index beginning with <code>0</code>.</p>
+ <p>Use data attributes to easily control the position of the carousel. <code>data-slide</code> accepts the keywords <code>prev</code> or <code>next</code>, which alters the slide position relative to its current position. Alternatively, use <code>data-slide-to</code> to pass a raw slide index to the carousel <code>data-slide-to="2"</code>, which shifts the slide position to a particular index beginning with <code>0</code>.</p>
<h3>Via JavaScript</h3>
<p>Call carousel manually with:</p>