missing word in string (#57084)

This commit is contained in:
Aldo Donetti
2018-08-23 23:16:34 +02:00
committed by Jackson Kearl
parent 2830150a8a
commit 80fca4c016
@@ -522,7 +522,7 @@ const editorConfiguration: IConfigurationNode = {
'',
],
'default': EDITOR_DEFAULTS.autoClosingQuotes,
'description': nls.localize('autoClosingQuotes', "Controls whether the editor should automatically close quotes the user adds an opening quote.")
'description': nls.localize('autoClosingQuotes', "Controls whether the editor should automatically close quotes after the user adds an opening quote.")
},
'editor.autoWrapping': {
type: 'string',