From 4879ce88123f0b156ea43ed0382e5f87216d74e9 Mon Sep 17 00:00:00 2001 From: RivaIvanova Date: Thu, 31 Oct 2024 16:26:58 +0200 Subject: [PATCH] docs(carousel): minor changes --- doc/en/components/layouts/carousel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/components/layouts/carousel.md b/doc/en/components/layouts/carousel.md index 139a961f1..46f9b1cb8 100644 --- a/doc/en/components/layouts/carousel.md +++ b/doc/en/components/layouts/carousel.md @@ -38,7 +38,7 @@ For a complete introduction to the {ProductName}, read the [*Getting Started*](. Now that you have the {ProductName} Carousel imported, you can start with a basic configuration of the `Carousel` and its slides. -Use the `Carousel` selector to wrap your `Slide`s. The slides may feature any valid html content inside, including other components. +Use the `Carousel` selector to wrap your slides. The slides may feature any valid html content inside, including other components. ```html @@ -131,7 +131,7 @@ To add {Platform} custom carousel indicators, use the `Indicator`: ``` -The {ProductName} Carousel component allows users to use different elements for the active and inactive state of a single indicator. It is mandatory to provide 2 elements for each slot (empty and active) when declaring an indicator, even if they are the same. +The {ProductName} Carousel component allows users to use different elements for the active and inactive state of a single indicator. It is mandatory to provide two elements for each slot (empty and active) when declaring an indicator, even if they are the same. ### Custom navigation buttons