From 374909e05e4d8dd4a9fe5cdc0f100096a9ad415c Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 4 Oct 2022 09:03:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20typos=20in=20source=20code?= =?UTF-8?q?=20(follow-up)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a follow-up to e30bea0b6f but fixes source typos. --- backend/dev/user.clj | 2 +- frontend/src/app/main/ui/components/numeric_input.cljs | 6 +++--- frontend/src/app/main/ui/dashboard/change_owner.cljs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/dev/user.clj b/backend/dev/user.clj index 591ddac704..0ef74e9db4 100644 --- a/backend/dev/user.clj +++ b/backend/dev/user.clj @@ -86,7 +86,7 @@ (alter-var-root #'system (fn [sys] (when sys (ig/halt! sys)) nil)) - :stoped) + :stopped) (defn restart [] diff --git a/frontend/src/app/main/ui/components/numeric_input.cljs b/frontend/src/app/main/ui/components/numeric_input.cljs index 45bb33e768..83a5bf0293 100644 --- a/frontend/src/app/main/ui/components/numeric_input.cljs +++ b/frontend/src/app/main/ui/components/numeric_input.cljs @@ -225,7 +225,7 @@ (mf/use-layout-effect (mf/deps handle-mouse-wheel) (fn [] - (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:pasive false})]] + (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:passive false})]] #(doseq [key keys] (events/unlistenByKey key))))) @@ -240,7 +240,7 @@ (mf/use-layout-effect (mf/deps handle-mouse-wheel) (fn [] - (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:pasive false})]] + (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:passive false})]] #(doseq [key keys] (events/unlistenByKey key))))) @@ -248,7 +248,7 @@ (mf/use-layout-effect (mf/deps handle-mouse-wheel) (fn [] - (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:pasive false})]] + (let [keys [(events/listen (mf/ref-val ref) EventType.WHEEL handle-mouse-wheel #js {:passive false})]] #(doseq [key keys] (events/unlistenByKey key))))) diff --git a/frontend/src/app/main/ui/dashboard/change_owner.cljs b/frontend/src/app/main/ui/dashboard/change_owner.cljs index f836f41820..607f115e16 100644 --- a/frontend/src/app/main/ui/dashboard/change_owner.cljs +++ b/frontend/src/app/main/ui/dashboard/change_owner.cljs @@ -51,7 +51,7 @@ [:p (tr "modals.leave-and-reassign.hint1" (:name team))] (if (empty? members) - [:p (tr "modals.leave-and-reassign.forbiden")] + [:p (tr "modals.leave-and-reassign.forbidden")] [:* [:& fm/form {:form form} [:& fm/select {:name :member-id