Martin Aeschlimann 4 سال پیش
والد
کامیت
cfe53c2e15
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      monaco.d.ts
  2. 1 1
      src/monaco.contribution.ts

+ 1 - 1
monaco.d.ts

@@ -8,7 +8,7 @@
 declare namespace monaco.languages.json {
 	export interface DiagnosticsOptions {
 		/**
-		 * If set, the validator will be enabled and perform syntax and validation schema based validation,
+		 * If set, the validator will be enabled and perform syntax and schema based validation,
 		 * unless `DiagnosticsOptions.schemaValidation` is set to `ignore`.
 		 */
 		readonly validate?: boolean;

+ 1 - 1
src/monaco.contribution.ts

@@ -10,7 +10,7 @@ import { Emitter, IEvent, languages } from './fillers/monaco-editor-core';
 
 export interface DiagnosticsOptions {
 	/**
-	 * If set, the validator will be enabled and perform syntax and validation schema based validation,
+	 * If set, the validator will be enabled and perform syntax and schema based validation,
 	 * unless `DiagnosticsOptions.schemaValidation` is set to `ignore`.
 	 */
 	readonly validate?: boolean;