This commit is contained in:
tequ 2023-04-26 15:20:42 +09:00 committed by GitHub
parent 5e44f9aff9
commit 89ef656d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ export type EditorProps = {
/**
* Signature: function(markers: monaco.editor.IMarker[]) => void
* An event is emitted when the content of the current model is changed
* and tthe current model markers are ready
* and the current model markers are ready
* Defaults to "noop"
*/
onValidate?: OnValidate;