Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-02-11 10:03:34 +0300
committerGeoSot <geo.sotis@gmail.com>2022-02-14 17:10:42 +0300
commitdaefd346935d37e7a45bfc1bb2c9108c8ee2faa1 (patch)
treebc23bcc3e834de261db4f639d2efe501ff1ae3de
parent48807758af6f58e08bb5bc6a27851b68da8f5009 (diff)
Fix typo in Badges CSS variables description
-rw-r--r--site/content/docs/5.1/components/badge.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/badge.md b/site/content/docs/5.1/components/badge.md
index 183203168d..e9b75f7162 100644
--- a/site/content/docs/5.1/components/badge.md
+++ b/site/content/docs/5.1/components/badge.md
@@ -92,7 +92,7 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger
<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.2.0</small>
-As part of Bootstrap's evolving CSS variables approach, buttons now use local CSS variables on `.badge` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
+As part of Bootstrap's evolving CSS variables approach, badges now use local CSS variables on `.badge` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
{{< scss-docs name="badge-css-vars" file="scss/_badge.scss" >}}