Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1313 from react-bootstrap/taion-pa…
Browse files Browse the repository at this point in the history
…tch-1

Fix docs for NavDropdown
  • Loading branch information
jquense committed Sep 11, 2015
2 parents d705d17 + ac06582 commit 4e7f7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ComponentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ const ComponentsPage = React.createClass({
<ReactPlayground codeText={Samples.NavBasic} />

<h3><Anchor id="navs-dropdown">Dropdown</Anchor></h3>
<p>Add dropdowns using the <code>DropdownButton</code> component. Just make sure to set <code>navItem</code> property to true.</p>
<p>Add dropdowns using the <code>NavDropdown</code> component.</p>
<ReactPlayground codeText={Samples.NavDropdown} />

<h3><Anchor id="navs-stacked">Stacked</Anchor></h3>
Expand Down

0 comments on commit 4e7f7ac

Please sign in to comment.