From 7be0144b1e62c6a1d5fafe575f2c86f6b66f90bb Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 30 Mar 2020 15:21:24 -0500 Subject: [PATCH] Update usage.mdx --- 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