Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Feb 15, 2017
1 parent fe0fd04 commit 45308a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/sections/MenuItemSection.js
Expand Up @@ -20,7 +20,7 @@ export default function MenuItemSection() {
<ul>
<li><code>header</code>: To add a header label to sections</li>
<li><code>divider</code>: Adds an horizontal divider between sections</li>
<li><code>disabled</code>: shows the item as disabled, and prevents the onclick</li>
<li><code>disabled</code>: shows the item as disabled, and prevents <code>onSelect</code> from firing/li>
<li><code>eventKey</code>: passed to the callback</li>
<li><code>onSelect</code>: a callback that is called when the user clicks the item.</li>
</ul>
Expand Down

0 comments on commit 45308a7

Please sign in to comment.