diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md index 6c176f51c..063bae1c4 100644 --- a/site/content/docs/5.0/components/buttons.md +++ b/site/content/docs/5.0/components/buttons.md @@ -214,7 +214,7 @@ buttons.forEach(function (button) { ### Mixins -There are three mixins for buttons: button and button outline variant mixins (both based on `$theme-colors), plus a button size mixin. +There are three mixins for buttons: button and button outline variant mixins (both based on `$theme-colors`), plus a button size mixin. {{< scss-docs name="btn-variant-mixin" file="scss/mixins/_buttons.scss" >}}