Skip to content

Commit

Permalink
docs: fix typo (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
guitheengineer committed Sep 19, 2021
1 parent bd80a0b commit 15f8f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libraries/slate-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function MyEditor() {
// Implement custom event logic...

// No matter the status of the event, treat event as *not* being handled by
// returning false, Slate will exectue its own event handler afterward
// returning false, Slate will execute its own event handler afterward
return false;
};

Expand Down

0 comments on commit 15f8f86

Please sign in to comment.