From 099b2f6cc546f588cce7ea6adb126b5fdbdbc8cc Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 30 Mar 2020 15:42:25 -0500 Subject: [PATCH] Update usage.mdx (#1061) --- src/pages/components/dropdown/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/components/dropdown/usage.mdx b/src/pages/components/dropdown/usage.mdx index f6932bdfe89..cb42dd1b189 100755 --- a/src/pages/components/dropdown/usage.mdx +++ b/src/pages/components/dropdown/usage.mdx @@ -26,7 +26,7 @@ While the dropdown and select components look similar, they have different funct - Use the dropdown component to filter or sort content on a page. - Use the select component inside a form where users are selecting from a list of options and submitting data. -Another important difference between the two components is the underlying code. The dropdown component can be styled as needed, while the select component's appearance will be determined by the browser being used. +Another important difference between the two components is the underlying code. The dropdown component is styled to match the design system, while the select component's appearance will be determined by the browser being used. ## Variations