fix: fix various typos

This commit is contained in:
Wieland Schöbl
2021-05-21 15:35:26 +02:00
parent 1d94dd5bf3
commit ad0dae46ff
16 changed files with 49 additions and 49 deletions

View File

@@ -204,7 +204,7 @@ export class SettingsProvider {
/**
* Add an Setting to the Cache if not exist and set undefined value to defaultValue
* @param setting Setting with categories, defautlValue, name, input type and valid values
* @param setting Setting with categories, defaultValue, name, input type and valid values
*/
private addSetting(setting: SCSetting): void {
if (!this.categoryExists(setting.categories[0])) {
@@ -396,7 +396,7 @@ export class SettingsProvider {
}
/**
* Sets the order the given categories showup in the settings page
* Sets the order the given categories show up in the settings page
* @param categoryNames the order of the categories
*/
public setCategoriesOrder(categoryNames: string[]) {