2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #15350 from emmanuelgautier/patch-1

fix typo in carousel doc
This commit is contained in:
Patrick H. Lauke
2014-12-12 12:08:56 +00:00
+1 -1
View File
@@ -240,7 +240,7 @@ $('.carousel').carousel({
<td>This event fires immediately when the <code>slide</code> instance method is invoked.</td> <td>This event fires immediately when the <code>slide</code> instance method is invoked.</td>
</tr> </tr>
<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> <td>This event is fired when the carousel has completed its slide transition.</td>
</tr> </tr>
</tbody> </tbody>