diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js index 99fbdaaba6..b05728e389 100644 --- a/docs/src/ComponentsPage.js +++ b/docs/src/ComponentsPage.js @@ -515,8 +515,8 @@ const ComponentsPage = React.createClass({ , inverse, fluid.

- You can also align elements to the right by specifying the right prop on - the Nav component. + You can also align elements to the right by specifying the pullRight prop on + the Nav, and other sub-components.

Navbar Basic Example