diff --git a/src/Editor/types.ts b/src/Editor/types.ts index b9a1f97..8812789 100644 --- a/src/Editor/types.ts +++ b/src/Editor/types.ts @@ -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;