1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 02:49:56 +02:00

fixed a typo where the method for focus was blur() (#294)

This commit is contained in:
Matthew Kosloski
2016-09-04 19:30:41 -05:00
committed by Ian Storm Taylor
parent 66ffc732bd
commit 523b8a7e6f

View File

@@ -175,7 +175,7 @@ To see how these properties behave, check out the [Plugins reference](../plugins
Programmatically blur the editor.
### `focus`
`blur() => Void`
`focus() => Void`
Programmatically focus the editor.