1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 22:02:05 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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