Skip to content

Commit

Permalink
(fix) typo on dropdown usage tab (#1585)
Browse files Browse the repository at this point in the history
* (fix) typo on dropdown usgae

Fixed typo and links

* Update src/pages/components/dropdown/usage.mdx

Co-authored-by: Jan Child <[email protected]>

* update combo box link

Co-authored-by: Jan Child <[email protected]>
  • Loading branch information
laurenmrice and janchild authored Aug 19, 2020
1 parent d933d7f commit 5f99915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ functionality—dropdown, multiselect, and combo box.
| Type | Purpose |
| --------------------------- | -------------------------------------------------------------------------------------------------------- |
| [Dropdown](#dropdown) | Allows the user to select one option from a list. |
| [Multiselect](#multiselect) | Allows the user to select multiple options from a list and filter. |
| [Combo box](#combo box) | Allows a user to enter any value, or select a value from a list of suggested, likely, or desired values. |
| [Multiselect](#multiselect)| Allows the user to select multiple options from a list and filter. |
| [Combo box](#combo-box) | Allows a user to enter any value, or select a value from a list of suggested, likely, or desired values. |

#### When to use

Expand Down

1 comment on commit 5f99915

@vercel
Copy link

@vercel vercel bot commented on 5f99915 Aug 19, 2020

Please sign in to comment.