diff options
| author | Mark Otto <[email protected]> | 2013-03-10 23:32:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-10 23:32:13 -0700 |
| commit | d344ca4475ce305f799e5899f9abd0d91a52536b (patch) | |
| tree | 858cdd5166b9f2a84011f137f45138ab01dfd08d | |
| parent | e0a740ca9a431181275e9d6a97e77ec9b4127f40 (diff) | |
| parent | d5c3307ffa95be37495418ea333eef9a6fb0e3b0 (diff) | |
| download | bootstrap-d344ca4475ce305f799e5899f9abd0d91a52536b.tar.xz bootstrap-d344ca4475ce305f799e5899f9abd0d91a52536b.zip | |
Merge pull request #7208 from benilovj/3.0.0-wip
fix grammatical mistakes in carousel docs
| -rw-r--r-- | docs/javascript.html | 2 |
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> |
