diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 00:36:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 00:36:42 -0800 |
| commit | 4e6e3860a65f121d672cc3e1011b60555d929a76 (patch) | |
| tree | 34790f417ece4fa0c98d71ef06e982697d6fac39 | |
| parent | 8fa5fb2857e18c64c840a87a204c01f09d587f5a (diff) | |
| download | bootstrap-4e6e3860a65f121d672cc3e1011b60555d929a76.tar.xz bootstrap-4e6e3860a65f121d672cc3e1011b60555d929a76.zip | |
docs/components/navbar.md: Nitpick phrasing
[ci skip]
| -rw-r--r-- | docs/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 241282fb2..532a1d381 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -92,7 +92,7 @@ Navbar navigation is similar to our regular nav options—use the `.nav` base cl </nav> {% endexample %} -And because we use classes for our navs, you can omit the list-based approach entirely if you like. +And because we use classes for our navs, you can avoid the list-based approach entirely if you like. {% example html %} <nav class="navbar navbar-light bg-faded"> |
