diff --git a/src/config.coffee b/src/config.coffee index 383af72f2..b8608b67b 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -1010,7 +1010,7 @@ class Config value # When the schema is changed / added, there may be values set in the config - # that do not conform to the config. This will reset make them conform. + # that do not conform to the schema. This will reset make them conform. resetSettingsForSchemaChange: (source=@getUserConfigPath()) -> @transact => @settings = @makeValueConformToSchema(null, @settings, suppressException: true)