spelling: button

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:57 -04:00
parent aca15b59b6
commit d553aeabbe
5 changed files with 6 additions and 6 deletions

View file

@ -351,7 +351,7 @@ function toggleJotNav(elm) {
});
}
// If element is a mobile dropdown nav menu we need to change the botton text.
// If element is a mobile dropdown nav menu we need to change the button text.
if (cls) {
toggleDropdownText(elm);
}