From 89ef656d8aa26525cea5f056872e274a48445823 Mon Sep 17 00:00:00 2001 From: tequ <69445828+develoQ@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:20:42 +0900 Subject: [PATCH] Fix typo (#483) --- src/Editor/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;