Minor typo fix.

This commit is contained in:
Dirk Baeumer
2016-10-24 15:07:32 +02:00
parent 150a635db4
commit 6a35e4ffcc

View File

@@ -24,5 +24,5 @@
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "Defines space handling after opening and before closing JSX expression braces. Requires TypeScript >= 2.0.6.",
"format.placeOpenBraceOnNewLineForFunctions": "Defines whether an open brace is put onto a new line for functions or not.",
"format.placeOpenBraceOnNewLineForControlBlocks": "Defines whether an open brace is put onto a new line for control blocks or not.",
"javascript.validate.enable": "Enable/disable JavaScript validation"
"javascript.validate.enable": "Enable/disable JavaScript validation."
}