From dbe32fa980f0f14d4620ded670de1d7925461404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 4 Apr 2024 09:55:50 +0200 Subject: [PATCH] :lipstick: Fix small typo. --- backend/src/app/features/components_v2.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 8e2c0fe00..15d5221c8 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -1581,7 +1581,7 @@ fdata' (create-media-grid fdata page-id (:id frame) grid assets add-shape) ;; When svgs had different width&height and viewport, sometimes the old graphics - ;; importer didn't calculat well the media object size. So, after migration we + ;; importer didn't calculate well the media object size. So, after migration we ;; recalculate grid size from the actual size of the created shapes. new-grid (ctst/generate-shape-grid @new-shapes position grid-gap)