From d5c3307ffa95be37495418ea333eef9a6fb0e3b0 Mon Sep 17 00:00:00 2001 From: Jake Benilov Date: Fri, 8 Mar 2013 00:11:53 +0000 Subject: fix grammatical mistakes in carousel docs --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 () {

Usage

Via data attributes

-

Use data attributes to easily control the position of the carousel. data-slide accepts the keywords prev or next, which alters the slide position relative to it's current position. Alternatively, use data-slide-to to pass a raw slide index to the carousel data-slide-to="2", which jump's the slide position to a particular index beginning with 0.

+

Use data attributes to easily control the position of the carousel. data-slide accepts the keywords prev or next, which alters the slide position relative to its current position. Alternatively, use data-slide-to to pass a raw slide index to the carousel data-slide-to="2", which shifts the slide position to a particular index beginning with 0.

Via JavaScript

Call carousel manually with:

-- cgit v1.2.3 From 33913e4586dcd9bb08bb8daf4309f01ba4f7364a Mon Sep 17 00:00:00 2001 From: Ufuk Avcu Date: Sat, 9 Mar 2013 21:04:09 +0100 Subject: Fix Typo sucess to success Mini typo fix in the docs... --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/css.html b/docs/css.html index 69b132ce0..bbf90364a 100644 --- a/docs/css.html +++ b/docs/css.html @@ -892,7 +892,7 @@ For example, <section> should be wrapped as inline. {% highlight html linenos %} ... - + 1 TB - Monthly 01/04/2012 -- cgit v1.2.3