diff options
| author | Mark Otto <[email protected]> | 2015-12-08 00:49:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-08 00:49:42 -0800 |
| commit | 5073d07a47b70615f4e290cde0bf5b181d24faef (patch) | |
| tree | 508288de34615f2d1c1ad4bf0862f49e0ab24760 /docs | |
| parent | ac5be12f24ec864a1a1d633942b6e09415fc2f18 (diff) | |
| parent | 4e6e3860a65f121d672cc3e1011b60555d929a76 (diff) | |
| download | bootstrap-5073d07a47b70615f4e290cde0bf5b181d24faef.tar.xz bootstrap-5073d07a47b70615f4e290cde0bf5b181d24faef.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
| -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"> |
