Skip to content

Commit 5528aed

Browse files
committed
fix typo
1 parent 7a3a3fe commit 5528aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/length.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#{"px" "ch" "ex" "em" "rem" "in" "cm" "mm" "pt" "pc" "%"})
1010

1111
(def unit-to-pixel-map
12-
;; TODO: Find an agnostix way to handle percentages (we need to pass a base).
12+
;; TODO: Find an agnostic way to handle percentages (we need to pass a base).
1313
{:px 1
1414
:ch 8
1515
:ex 7.15625

0 commit comments

Comments
 (0)