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` --- shared/models/plugins/client/client-hook.model.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'shared/models') diff --git a/shared/models/plugins/client/client-hook.model.ts b/shared/models/plugins/client/client-hook.model.ts index bb55e92d5..04d42d591 100644 --- a/shared/models/plugins/client/client-hook.model.ts +++ b/shared/models/plugins/client/client-hook.model.ts @@ -108,16 +108,16 @@ export const clientActionHookObject = { // Fired when the admin plugin settings page is being initialized 'action:admin-plugin-settings.init': true, - // Fired when the video upload page is being initalized + // Fired when the video upload page is being initialized 'action:video-upload.init': true, - // Fired when the video import by URL page is being initalized + // Fired when the video import by URL page is being initialized 'action:video-url-import.init': true, - // Fired when the video import by torrent/magnet URI page is being initalized + // Fired when the video import by torrent/magnet URI page is being initialized 'action:video-torrent-import.init': true, - // Fired when the "Go Live" page is being initalized + // Fired when the "Go Live" page is being initialized 'action:go-live.init': true, - // Fired when the user explicitely logged in/logged out + // Fired when the user explicitly logged in/logged out 'action:auth-user.logged-in': true, 'action:auth-user.logged-out': true, // Fired when the application loaded user information (using tokens from the local storage or after a successful login) -- cgit v1.2.3