Skip to content

Commit

Permalink
docs: fix typo in Menu docs (callstack#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored and ferrannp committed Jun 20, 2019
1 parent f266ca1 commit cbfa181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Props = {
*/
visible: boolean,
/**
* The anchor to open the menu from. In most cases, it will be a button that opens the manu.
* The anchor to open the menu from. In most cases, it will be a button that opens the menu.
*/
anchor: React.Node,
/**
Expand Down

0 comments on commit cbfa181

Please sign in to comment.