Skip to content

Commit 4e7f7ac

Browse files
committed
Merge pull request react-bootstrap#1313 from react-bootstrap/taion-patch-1
Fix docs for NavDropdown
2 parents d705d17 + ac06582 commit 4e7f7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/ComponentsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const ComponentsPage = React.createClass({
476476
<ReactPlayground codeText={Samples.NavBasic} />
477477

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

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

0 commit comments

Comments
 (0)