]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix grammatical mistakes in carousel docs 7208/head
authorJake Benilov <benilov@gmail.com>
Fri, 8 Mar 2013 00:11:53 +0000 (00:11 +0000)
committerJake Benilov <benilov@gmail.com>
Fri, 8 Mar 2013 00:13:56 +0000 (00:13 +0000)
docs/javascript.html

index 3194ce8bcf49bd38a8847e8588d3a6c454987ab4..424ee24480ed871eaf1a60955017c41234bfa6ef 100644 (file)
@@ -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>