diff --git a/docs/pages/components/carousel.md b/docs/pages/components/carousel.md index 2258a3e0..1f102a0c 100644 --- a/docs/pages/components/carousel.md +++ b/docs/pages/components/carousel.md @@ -506,7 +506,7 @@ const App = () => { ### Multiple Slides Per View -The `slides-per-view` attribute makes it possible to display multiple slides at a time. You can also use the `slides-per-move` attribute to advance more than once slide at a time, if desired. +The `slides-per-page` attribute makes it possible to display multiple slides at a time. You can also use the `slides-per-move` attribute to advance more than once slide at a time, if desired. ```html:preview