Skip to content

Commit

Permalink
Fix grammar in dropdown menu description
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddily authored Aug 11, 2024
1 parent 1de5c9e commit 5b07039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A dropdown is something you've most likely encountered on various other websites
Dropdowns are typically comprised of two main parts:

1. A button that toggles the dropdown content's visibility.
1. The dropdown contents itself.
1. The dropdown content itself.

The dropdown toggle button should typically only trigger the visibility of the dropdown content on click, while the dropdown contents should typically only contain items that will trigger an action upon clicking them. Actions can include things like "Edit", "Copy", or "Delete", or linking you to another part of the site, such as in a navbar.

Expand Down

0 comments on commit 5b07039

Please sign in to comment.