diff --git a/js/navigation.js b/js/navigation.js index ac3c3a84..b6c7845b 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -1,8 +1,8 @@ /** * File navigation.js. * - * Handles toggling the navigation menu for small screens and enables tab - * support for dropdown menus. + * Handles toggling the navigation menu for small screens and enables TAB key + * navigation support for dropdown menus. */ ( function() { var container, button, menu, links, subMenus, i, len;