diff options
| author | Quy <[email protected]> | 2016-12-27 17:09:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 22:05:55 -0800 |
| commit | 6645111e11a4a3167ba5d3caac49510a198d823f (patch) | |
| tree | 318a208b4af3a613006d28218ec469eb1ebe62ed /docs/components | |
| parent | d3646e3884f1301c0ea934334d935919319e4f1a (diff) | |
| download | bootstrap-6645111e11a4a3167ba5d3caac49510a198d823f.tar.xz bootstrap-6645111e11a4a3167ba5d3caac49510a198d823f.zip | |
Fix grammatical/typo errors
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navbar.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 2ee4c563f..39366fd0f 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -33,7 +33,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from - `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors. - Inline forms with `.float-` utilities for form controls and components. - `.navbar-text` for adding vertically centered strings of text. -- `.inline-form` for form controls and more. +- `.form-inline` for form controls and more. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. Here's an example of all the sub-components included in a responsive light-themed navbar. @@ -275,7 +275,7 @@ Mix and match with other components and utilities as needed. ## Color schemes -Theming the navbar has never been easier thanks to the combination of theming classes and `background-color` utilities. Chose from `.navbar-light` for use with light background colors, or `.navbar-inverse` for dark background colors. Then, customize with `.bg-*` utilities. +Theming the navbar has never been easier thanks to the combination of theming classes and `background-color` utilities. Choose from `.navbar-light` for use with light background colors, or `.navbar-inverse` for dark background colors. Then, customize with `.bg-*` utilities. <div class="bd-example"> <nav class="navbar navbar-inverse navbar-toggleable-md bg-inverse"> @@ -389,7 +389,7 @@ Although it's not required, you can wrap a navbar in a `.container` to center it </div> {% endexample %} -When the container is within your navbar, it's horizontal padding is removed at breakpoints lower than your specified `.navbar-toggleable-*` class. This ensures we're not doubling up on padding unnecessarily on lower viewports when your navbar is collapsed. +When the container is within your navbar, its horizontal padding is removed at breakpoints lower than your specified `.navbar-toggleable-*` class. This ensures we're not doubling up on padding unnecessarily on lower viewports when your navbar is collapsed. {% example html %} <nav class="navbar navbar-light bg-faded navbar-toggleable-md"> |
