diff --git a/docs/components/button-group.md b/docs/components/button-group.md index cff38e1b1335..59a18e2627dd 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -26,17 +26,17 @@ Wrap a series of buttons with `.btn` in `.btn-group`. ## Button toolbar -Combine sets of button groups into button toolbars for more complex components. +Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more. {% example html %}