|
@@ -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;
|