From 9f7bc29b5f13eda1beb1d4f9c952894a21e13322 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 22 Dec 2020 17:40:49 -0500 Subject: [PATCH] Fix element --- docs/components/button-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 4c5bccf5..757212f7 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -100,7 +100,7 @@ Pill buttons are supported through the button's `pill` attribute. ### Dropdowns in Button Groups -Dropdowns can be placed inside button groups as long as the trigger is a `` element. +Dropdowns can be placed inside button groups as long as the trigger is a `` element. ```html preview