From afca2ad2e0c31144fe3d3b27498366faf1e94160 Mon Sep 17 00:00:00 2001 From: Evan Harrison Date: Mon, 3 Jul 2023 11:14:15 -0400 Subject: [PATCH] change carousel docs to use correct attr name, slides-per-page (#1415) --- docs/pages/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/components/carousel.md b/docs/pages/components/carousel.md index 2258a3e0b3..1f102a0c14 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