From ef6f5f5139e1c75e59d821e82d1e57b655fff906 Mon Sep 17 00:00:00 2001 From: jquense Date: Sun, 15 Nov 2015 09:32:19 -0500 Subject: [PATCH] fix wording --- docs/src/ComponentsPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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