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/app/+signup/+register/register.component.html | 2 +- .../peertube-custom-tags/videos-list-markup.component.ts | 2 +- client/src/app/shared/shared-forms/input-toggle-hidden.component.scss | 2 +- client/src/assets/player/shared/settings/settings-menu-item.ts | 2 +- client/src/sass/application.scss | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src') diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html index 2d0e6e865..5c4fe5f0b 100644 --- a/client/src/app/+signup/+register/register.component.html +++ b/client/src/app/+signup/+register/register.component.html @@ -32,7 +32,7 @@ - + diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts index 0e4d5fb12..7d3498d4c 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts @@ -7,7 +7,7 @@ import { MiniatureDisplayOptions } from '../../shared-video-miniature' import { CustomMarkupComponent } from './shared' /* - * Markup component list videos depending on criterias + * Markup component list videos depending on criteria */ @Component({ diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss index ef4236ebc..b5a71eddd 100644 --- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss +++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss @@ -6,7 +6,7 @@ input { @include padding-left(15px !important); @include padding-right(15px !important); - // set again properties of peertube-input-text that are overriden by .input-group + // set again properties of peertube-input-text that are overridden by .input-group font-size: 15px !important; } 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 diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 84b575eb3..99566acb6 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -342,7 +342,7 @@ table { --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; } - /* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */ + /* the following applies from 500px to 900px and is partially overridden from 500px to 800px by changes below to $small-view */ .main-col, .main-col.expanded { --horizontalMarginContent: #{math.div($expanded-horizontal-margins, 3)}; -- cgit v1.2.3