diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 76278281e5..5f177432f0 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -158,9 +158,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
"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.