From 0d30d183df925456257ec33e131146f9967694f7 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 19 Sep 2021 11:43:16 -0400 Subject: [PATCH] fix typo --- 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 9323b5fc..b7b1d92e 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -116,7 +116,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 an `` element. ```html preview