diff --git a/site/content/docs/5.0/components/button-group.md b/site/content/docs/5.0/components/button-group.md index af0ce9aa1e..730faf2db2 100644 --- a/site/content/docs/5.0/components/button-group.md +++ b/site/content/docs/5.0/components/button-group.md @@ -1,7 +1,7 @@ --- layout: docs title: Button group -description: Group a series of buttons together on a single line with the button group. +description: Group a series of buttons together on a single line or stack them in a vertical column. group: components toc: true --- @@ -12,9 +12,9 @@ Wrap a series of buttons with `.btn` in `.btn-group`. {{< example >}}