diff options
| author | Quy <[email protected]> | 2021-02-01 05:22:24 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-01 15:22:24 +0200 |
| commit | ed0fc832166b0911f1534a2dab7ae38f01d5a119 (patch) | |
| tree | d9bd2a8b304f2884c8ec6d7aae1a86e9398198f0 | |
| parent | e79c8f3489527d7f5eef2bb3cf14856f26c49871 (diff) | |
| download | bootstrap-ed0fc832166b0911f1534a2dab7ae38f01d5a119.tar.xz bootstrap-ed0fc832166b0911f1534a2dab7ae38f01d5a119.zip | |
_carousel.scss: Fix typo in comment (#32950)
| -rw-r--r-- | scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 43fa10077..d389c3042 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 { |
