1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-20 23:22:56 +01:00

fix typo in transform docs

This commit is contained in:
Ian Storm Taylor 2016-09-13 12:38:14 -07:00
parent 5edbe3d9b7
commit 88f6ee5e12

View File

@ -434,11 +434,11 @@ Surround the text in a `range` with `prefix` and `suffix` strings. If the `suffi
## History Transforms
### `redo`
`redo() => Transfirn`
`redo() => Transform`
Move forward one step in the history.
### `undo`
`undo() => Transfirn`
`undo() => Transform`
Move backward one step in the history.