From d3f29c4580c5673d44957be6a2f1c4861f6be542 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 27 Jan 2015 18:40:44 -0800 Subject: [PATCH] :art: Fix wording --- src/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)