1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 12:14:14 +02:00

docs: fix typo (#4538)

This commit is contained in:
Guilherme Samuel
2021-09-19 17:44:28 -03:00
committed by GitHub
parent bd80a0b8dc
commit 15f8f866dd

View File

@@ -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;
};