From b6afa148ae65500c824192de42bf45abd3528eca Mon Sep 17 00:00:00 2001 From: randomguy-2650 <150704902+randomguy-2650@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:29:53 +0200 Subject: [PATCH] fix typo (#1442) --- packages/webawesome/docs/docs/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webawesome/docs/docs/components/carousel.md b/packages/webawesome/docs/docs/components/carousel.md index 4e74ce6a0..81d7dcfdc 100644 --- a/packages/webawesome/docs/docs/components/carousel.md +++ b/packages/webawesome/docs/docs/components/carousel.md @@ -344,7 +344,7 @@ The content of the carousel can be changed by adding or removing carousel items. ### Vertical Scrolling -Setting the `orientation` attribute to `vertical` will render the carousel in a vertical layout. If the content of your slides vary in height, you will need to set amn explicit `height` or `max-height` on the carousel using CSS. +Setting the `orientation` attribute to `vertical` will render the carousel in a vertical layout. If the content of your slides vary in height, you will need to set an explicit `height` or `max-height` on the carousel using CSS. ```html {.example}