aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-12-12 12:08:56 +0000
committerPatrick H. Lauke <[email protected]>2014-12-12 12:08:56 +0000
commit7e3ca05692301a390af326529c65f6d82852216b (patch)
treeaf37fa2b561ffdf0c4cfa77435ec7673e5de47db /docs/_includes
parentcb4c3a0eae9114af42c3be9a5bca134431e3260f (diff)
parentf0be5e0409ae2f2614dd3251cba7f55337340819 (diff)
downloadbootstrap-7e3ca05692301a390af326529c65f6d82852216b.tar.xz
bootstrap-7e3ca05692301a390af326529c65f6d82852216b.zip
Merge pull request #15350 from emmanuelgautier/patch-1
fix typo in carousel doc
Diffstat (limited to 'docs/_includes')
-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 bf2fbecec..5181ace47 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>