From 9f8f290858a322bb62077fdd8b598323ae50bf79 Mon Sep 17 00:00:00 2001 From: "Jordan \"Jado\" Finnigan" Date: Tue, 15 Apr 2025 18:47:27 -0400 Subject: [PATCH] Fixes typo in config comment: wheter --> whether (#673) --- config-raw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-raw.json b/config-raw.json index ff383b5be..512149ece 100644 --- a/config-raw.json +++ b/config-raw.json @@ -494,7 +494,7 @@ { "key": "enable", "default_value": "false", - "comment": "Wheter to enable the Todoist migrator." + "comment": "Whether to enable the Todoist migrator." }, { "key": "clientid", @@ -539,7 +539,7 @@ { "key": "enable", "default_value": "false", - "comment": "Wheter to enable the Microsoft Todo migrator." + "comment": "Whether to enable the Microsoft Todo migrator." }, { "key": "clientid", @@ -939,4 +939,4 @@ ] } ] -} \ No newline at end of file +}