Skip to content

Commit

Permalink
fix data-pause documentation for carousel (twbs#21938)
Browse files Browse the repository at this point in the history
fix data-pause documentation for carousel
  • Loading branch information
gnowland authored and Johann-S committed Mar 22, 2017
1 parent c72a315 commit 7c4ed09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
</tr>
<tr>
<td>pause</td>
<td>string | null</td>
<td>string | boolean</td>
<td>"hover"</td>
<td>If set to <code>"hover"</code>, pauses the cycling of the carousel on <code>mouseenter</code> and resumes the cycling of the carousel on <code>mouseleave</code>. If set to <code>null</code>, hovering over the carousel won't pause it.</td>
<td>If set to <code>"hover"</code>, pauses the cycling of the carousel on <code>mouseenter</code> and resumes the cycling of the carousel on <code>mouseleave</code>. If set to <code>false</code>, hovering over the carousel won't pause it.</td>
</tr>
<tr>
<td>ride</td>
Expand Down

0 comments on commit 7c4ed09

Please sign in to comment.