aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-12-12 14:24:50 +0100
committerJulian Thilo <[email protected]>2014-12-12 14:24:50 +0100
commita940e1fdd6408193af33ad6f28564ad031bb0095 (patch)
tree083a9233ccb3b8b4d478aff309399ead1788eb3e /docs
parent7e3ca05692301a390af326529c65f6d82852216b (diff)
downloadbootstrap-a940e1fdd6408193af33ad6f28564ad031bb0095.tar.xz
bootstrap-a940e1fdd6408193af33ad6f28564ad031bb0095.zip
Revert "fix typo in carousel doc"
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 5181ace47..bf2fbecec 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>slide.bs.carousel</td>
+ <td>slid.bs.carousel</td>
<td>This event is fired when the carousel has completed its slide transition.</td>
</tr>
</tbody>