From 92e3a3c62fcb93e4a4eee7d87283911126349d1e Mon Sep 17 00:00:00 2001 From: GeorgeHoneywood Date: Sun, 10 Sep 2023 11:23:20 +0100 Subject: [PATCH] fix: how2map: wording --- content/blog/map-from-the-ground-up/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/map-from-the-ground-up/index.md b/content/blog/map-from-the-ground-up/index.md index 602a4c9..858549c 100644 --- a/content/blog/map-from-the-ground-up/index.md +++ b/content/blog/map-from-the-ground-up/index.md @@ -141,7 +141,7 @@ this.y_offset = (this.canvas.height - y) - (y_offset_scaled * scale); this.zoom_level = new_zoom ``` -[^2]: This scale factor actually needs to be exponential, otherwise the zooming will get slower and slower as you zoom in. +[^2]: This scale factor actually needs increase exponentially, otherwise the zooming will get slower and slower as you zoom in. ## Range requests and service worker abuse