From 7431d0a20f28273f57d694671191d864778ecc47 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 28 Jun 2020 18:06:38 +1000 Subject: [PATCH] Fixed spelling on fog subtract tool --- src/components/map/controls/FogToolSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/controls/FogToolSettings.js b/src/components/map/controls/FogToolSettings.js index 565e1c9..f94b386 100644 --- a/src/components/map/controls/FogToolSettings.js +++ b/src/components/map/controls/FogToolSettings.js @@ -99,7 +99,7 @@ function BrushToolSettings({ }, { id: "subtract", - title: "Subtracy Fog", + title: "Subtract Fog", isSelected: settings.useFogSubtract, icon: , },