From 993787821f95c2e376d33dec4f00d054ce97d17d Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Wed, 17 Oct 2018 15:12:14 +0200 Subject: [PATCH] typos #57093 --- src/vs/vscode.proposed.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index 3a11b4d8f70..7382f0dd54c 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -20,9 +20,9 @@ declare module 'vscode' { export enum CompletionItemInsertTextRule { /** - * Keep whitespace as is. By default, the editor adjust leading - * whitespace of new lines in completion items so that they match - * the indentation of the line for the item is accepeted. + * Keep whitespace as is. By default, the editor adjusts leading + * whitespace of new lines so that they match the indentation of + * the line for which the item is accepeted. */ KeepWhitespace = 0b01 }