From 61fc795f7bb108fda6f43c06542f7eaaf3ab9b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sun, 11 Jun 2023 13:42:33 +0200 Subject: [PATCH] Correct a typo in a variable name (fixes #255) --- src/compatibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compatibility.js b/src/compatibility.js index 2307519..f542ed8 100644 --- a/src/compatibility.js +++ b/src/compatibility.js @@ -18,7 +18,7 @@ export function measureDistances(segments, entity, shape, options = {}) { const opts = duplicate(options); if (canvas.grid.diagonalRule === "EUCL") { opts.ignoreGrid = true; - opts.gridSpaes = false; + opts.gridSpaces = false; } if (opts.enableTerrainRuler) { opts.gridSpaces = true;