From 997441eff3ce7babdc27d2fcba7cac5c8cf82d72 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 17 Jan 2024 00:23:15 +0100 Subject: [PATCH] :paperclip: Fix typo on validation log message --- common/src/app/common/files/validate.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/validate.cljc b/common/src/app/common/files/validate.cljc index 76dea4e749..1e62d14ec3 100644 --- a/common/src/app/common/files/validate.cljc +++ b/common/src/app/common/files/validate.cljc @@ -105,7 +105,7 @@ (nil? (:selrect shape)) (nil? (:points shape)))) (report-error :invalid-geometry - "Shape greometry is invalid" + "Shape geometry is invalid" shape file page))) (defn- check-parent-children