Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuel Gautier <manu.gautier1394@gmail.com>2014-12-12 14:53:50 +0300
committerEmmanuel Gautier <manu.gautier1394@gmail.com>2014-12-12 14:53:50 +0300
commitf0be5e0409ae2f2614dd3251cba7f55337340819 (patch)
treeaf37fa2b561ffdf0c4cfa77435ec7673e5de47db /docs
parentcb4c3a0eae9114af42c3be9a5bca134431e3260f (diff)
fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/carousel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html
index bf2fbececc..5181ace47a 100644
--- a/docs/_includes/js/carousel.html
+++ b/docs/_includes/js/carousel.html
@@ -240,7 +240,7 @@ $('.carousel').carousel({
<td>This event fires immediately when the <code>slide</code> instance method is invoked.</td>
</tr>
<tr>
- <td>slid.bs.carousel</td>
+ <td>slide.bs.carousel</td>
<td>This event is fired when the carousel has completed its slide transition.</td>
</tr>
</tbody>