🎨 Fix wording

Esse commit está contido em:
Ben Ogle
2015-01-27 18:40:44 -08:00
commit d3f29c4580
+1 -1
Ver Arquivo
@@ -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)