From 80fca4c016d6edb3aa2cf5f35158f2e2d6e57e9b Mon Sep 17 00:00:00 2001 From: Aldo Donetti Date: Thu, 23 Aug 2018 23:16:34 +0200 Subject: [PATCH] missing word in string (#57084) --- src/vs/editor/common/config/commonEditorConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/config/commonEditorConfig.ts b/src/vs/editor/common/config/commonEditorConfig.ts index bed782369b0..e8bc9eb8882 100644 --- a/src/vs/editor/common/config/commonEditorConfig.ts +++ b/src/vs/editor/common/config/commonEditorConfig.ts @@ -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', -- GitLab