]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in Badges CSS variables description
authorJulien Déramond <julien.deramond@orange.com>
Fri, 11 Feb 2022 07:03:34 +0000 (08:03 +0100)
committerGeoSot <geo.sotis@gmail.com>
Mon, 14 Feb 2022 14:10:42 +0000 (16:10 +0200)
site/content/docs/5.1/components/badge.md

index 183203168d100c73e049194e01e2cc514bb45e77..e9b75f7162ed0687eb0df5656e07ca5b361d08fd 100644 (file)
@@ -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" >}}