diff --git a/_includes/nav.html b/_includes/nav.html
index 53838bc98482eca69f90dd69d3cf53651615c1ae..5ec9872526368f29084d7493ac082b8b3016661a 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -111,7 +111,7 @@
                 {%- for grandchild in grandchildren_list -%}
                   {%- unless grandchild.nav_exclude -%}
                   <li class="nav-list-item {% if page.url == grandchild.url %} active{% endif %}">
-                    <a href="{{ grandchild.url | relative_url }}" class="nav-list-link{% if page.url == grand_child.url %} active{% endif %}">{{ grandchild.title }}</a>
+                    <a href="{{ grandchild.url | relative_url }}" class="nav-list-link{% if page.url == grandchild.url %} active{% endif %}">{{ grandchild.title }}</a>
                   </li>
                   {%- endunless -%}
                 {%- endfor -%}