From ed0fc832166b0911f1534a2dab7ae38f01d5a119 Mon Sep 17 00:00:00 2001 From: Quy Date: Mon, 1 Feb 2021 05:22:24 -0800 Subject: [PATCH] _carousel.scss: Fix typo in comment (#32950) --- scss/_carousel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 43fa10077d..d389c3042e 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -152,7 +152,7 @@ // Optional indicator pips/controls // -// Add an container (such as a list) with the following class and add an item (ideally a focusable control, +// Add a container (such as a list) with the following class and add an item (ideally a focusable control, // like a button) with data-bs-target for each slide your carousel holds. .carousel-indicators { -- 2.47.2