diff --git a/site/content/docs/4.5/components/carousel.md b/site/content/docs/4.5/components/carousel.md index b53a17bc94e5..43e884768732 100644 --- a/site/content/docs/4.5/components/carousel.md +++ b/site/content/docs/4.5/components/carousel.md @@ -210,10 +210,10 @@ Add `data-interval=""` to a `.carousel-item` to change the amount of time to del ### Suppressing touch swiping -By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-touch` attribute. +By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-touch` attribute. The example below also does not include the `data-ride` attribute, meaning that it won't autoplay. {{< example >}} -