Fixes typo in config comment: wheter --> whether (#673)

This commit is contained in:
Jordan "Jado" Finnigan
2025-04-15 18:47:27 -04:00
committed by GitHub
parent 2d26f95ad5
commit 9f8f290858

View File

@@ -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 @@
]
}
]
}
}