From 7a4fd56ccd86518a6b14c407fc977c7904337448 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 7 Jun 2022 09:45:06 -0400 Subject: Fix various typos Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` --- client/src/assets/player/shared/settings/settings-menu-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/assets') diff --git a/client/src/assets/player/shared/settings/settings-menu-item.ts b/client/src/assets/player/shared/settings/settings-menu-item.ts index 8d1819a2d..07ff0f2a8 100644 --- a/client/src/assets/player/shared/settings/settings-menu-item.ts +++ b/client/src/assets/player/shared/settings/settings-menu-item.ts @@ -301,7 +301,7 @@ class SettingsMenuItem extends MenuItem { this.settingsSubMenuValueEl_.innerHTML = html }, 250) } else { - // Loop trough the submenu items to find the selected child + // Loop through the submenu items to find the selected child for (const subMenuItem of this.subMenu.menu.children_) { if (!(subMenuItem instanceof component)) { continue -- cgit v1.2.3