Skip to content

Commit

Permalink
Merge pull request #2480 from react-bootstrap/jquense-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jquense committed Feb 15, 2017
2 parents fe0fd04 + baf631a commit 45f2b05
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 45f2b05

Please sign in to comment.