Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify "don't" copy.
  • Loading branch information
melchoyce authored Jan 21, 2019
commit 33803f92659f02ec3b74cb6172c148024d6ab38a
2 changes: 1 addition & 1 deletion packages/components/src/dropdown-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use a DropdownMenu to display a list of actions after the user interacts with an
![Don’t use a DropdownMenu for important actions that should always be visible. Use a Toolbar instead.](https://wordpress.org/gutenberg/files/2019/01/DropdownMenuDont.png)

**Don’t**
Don’t use a DropdownMenu for important actions that should always be visible. Use a Toolbar instead.
Don’t use a DropdownMenu for frequently used actions. Use a Toolbar instead.

#### Behavior

Expand Down