diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 3fa9642ff..075f2521d 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -102,38 +102,46 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
### Nav
-Navbar navigation is similar to our regular nav options—use the `.nav` base class with the `.navbar-nav` modifier correctly position your links. **Navbar navigation will grow to occupy as much horizontal space as possible** to keep your navbar contents aligned properly.
+Navbar navigation links build on our `.nav` options with their own modifier class and require the use of [toggler classes](#toggler) for proper responsive styling. **Navigation in navbars will also grow to occupy as much horizontal space as possible** to keep your navbar contents securely aligned.
Active states—with `.active`—to indicate the current page can be applied directly to `.nav-link`s or their immediate parent `.nav-item`s.
{% example html %}
-
@@ -303,8 +340,8 @@ Theming the navbar has never been easier thanks to the combination of theming cl