Skip to content

Commit

Permalink
Fix typo (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev authored Apr 26, 2023
1 parent 5e44f9a commit 89ef656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Editor/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 89ef656

Please sign in to comment.