diff --git a/docs/components/navs.md b/docs/components/navs.md
index be05d06950..78d476e1c6 100644
--- a/docs/components/navs.md
+++ b/docs/components/navs.md
@@ -22,13 +22,13 @@ Roll your own navigation style by extending the base `.nav` component. All Boots
{% example html %}
Disabled
@@ -42,20 +42,20 @@ Classes are used throughout, so your markup can be super flexible. Use `
`s l
{% endexample %}
## Inline
-Easily space out nav links in a horizontal band with `.nav-inline`. Longer series of links will wrap to a new line.
+Space out nav links in a horizontal band with `.nav-inline`. Longer series of links will wrap to a new line.
{% example html %}
{% endexample %}
@@ -65,13 +65,13 @@ The same works for a navigation built with lists.
{% example html %}
Disabled
@@ -121,9 +121,9 @@ Take that same HTML, but use `.nav-pills` instead:
{% endexample %}
-## Stacked pills
+### Stacked pills
-Just add `.nav-stacked` to the `.nav.nav-pills`.
+Add `.nav-stacked` to the `.nav.nav-pills` to stack them vertically. Each `.nav-link` becomes block-level, allowing for larger hit areas via mouse or tap.
{% example html %}
@@ -134,7 +134,7 @@ Just add `.nav-stacked` to the `.nav.nav-pills`.
Link
Disabled
@@ -142,6 +142,17 @@ Just add `.nav-stacked` to the `.nav.nav-pills`.
{% endexample %}
+As always, stacked pills are possible without `
`s.
+
+{% example html %}
+
+{% endexample %}
+
## Using dropdowns
Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin]({{ site.baseurl }}/components/dropdowns/#usage).
@@ -164,7 +175,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin