diff --git a/src/vs/editor/common/config/editorOptions.ts b/src/vs/editor/common/config/editorOptions.ts index b1f318970ac69fcd5ffaee5670b36034b6cce7be..a9b6a08ab175fc38babee319022482a89d43f974 100644 --- a/src/vs/editor/common/config/editorOptions.ts +++ b/src/vs/editor/common/config/editorOptions.ts @@ -444,12 +444,12 @@ export interface IEditorOptions { iconsInSuggestions?: boolean; /** * Options for auto closing brackets. - * Defaults to allowing autoclosing before whitespace and punctuation and allowing autowrapping always. + * Defaults to allowing auto-closing before whitespace and punctuation and allowing auto-wrapping always. */ autoClosingBrackets?: EditorAutoClosingOptions; /** * Options for auto closing quotes. - * Defaults to allowing autoclosing before whitespace and allowing autowrapping always. + * Defaults to allowing auto-closing before whitespace and allowing auto-wrapping always. */ autoClosingQuotes?: EditorAutoClosingOptions; /** diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts index 436ce8b8b9059ab427616c109b687a5fb9e11d05..fefe1b1061485808f3b63be147d6597cd6adfe07 100644 --- a/src/vs/monaco.d.ts +++ b/src/vs/monaco.d.ts @@ -2786,12 +2786,12 @@ declare namespace monaco.editor { iconsInSuggestions?: boolean; /** * Options for auto closing brackets. - * Defaults to allowing both autowrapping and autoclosing. + * Defaults to allowing auto-closing before whitespace and punctuation and allowing auto-wrapping always. */ autoClosingBrackets?: EditorAutoClosingOptions; /** * Options for auto closing quotes. - * Defaults to allowing autoclosing before whitespace and allwoing autowrapping always. + * Defaults to allowing auto-closing before whitespace and allowing auto-wrapping always. */ autoClosingQuotes?: EditorAutoClosingOptions; /**