From: Gifford Nowland Date: Wed, 22 Mar 2017 22:02:56 +0000 (-0700) Subject: fix data-pause documentation for carousel (#21938) X-Git-Tag: v4.0.0-beta~147^2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4ed09da25fbb1bcf74900473ef335fce34fe75;p=thirdparty%2Fbootstrap.git fix data-pause documentation for carousel (#21938) fix data-pause documentation for carousel --- diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 24a42a617a..5649dfac9a 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -208,9 +208,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap pause - string | null + string | boolean "hover" - If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to null, hovering over the carousel won't pause it. + If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to false, hovering over the carousel won't pause it. ride