From 8f0a0da5a329ec3d2e028da5d601bb3d1216aa43 Mon Sep 17 00:00:00 2001
From: Jennifer Richards <jennifer@staff.ietf.org>
Date: Mon, 25 Sep 2023 12:01:27 -0300
Subject: [PATCH] fix: Typo

---
 ietf/templates/nomcom/nomcom_public_base.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ietf/templates/nomcom/nomcom_public_base.html b/ietf/templates/nomcom/nomcom_public_base.html
index 45b9b9135..27c34fb77 100644
--- a/ietf/templates/nomcom/nomcom_public_base.html
+++ b/ietf/templates/nomcom/nomcom_public_base.html
@@ -49,7 +49,7 @@
         </li>
         {% if user|is_chair_or_advisor:year or user|has_role:"Secretariat" %}
             <li class="nav-item dropdown">
-                <a class="nav-link dropdown-toggle {% if selected in 'eligibl,volunteers'|split:',' %}active{% endif %}" data-bs-toggle="dropdown" href="#">Volunteers</a>
+                <a class="nav-link dropdown-toggle {% if selected in 'eligible,volunteers'|split:',' %}active{% endif %}" data-bs-toggle="dropdown" href="#">Volunteers</a>
                 <ul class="dropdown-menu mt-n1" role="menu">
                     <li class="nav-item">
                         <a class="dropdown-item {% if selected == 'eligible' %}active{% endif %}"
@@ -83,4 +83,4 @@
                     });
             });
     </script>
-{% endblock %}
\ No newline at end of file
+{% endblock %}