[fix] typo: add missing 'n' in center_aligment --> center_alignment

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-07-03 17:35:54 +02:00
parent 4ef6263725
commit 241bde5ae3
5 changed files with 10 additions and 10 deletions

View file

@ -185,7 +185,7 @@ SCHEMA = {
'theme_args': {
'simple_style': SettingsValue(SIMPLE_STYLE, 'auto'),
},
'center_aligment': SettingsValue(bool, False),
'center_alignment': SettingsValue(bool, False),
'results_on_new_tab': SettingsValue(bool, False),
'advanced_search': SettingsValue(bool, False),
'query_in_title': SettingsValue(bool, False),