1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02: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 ## History Transforms
### `redo` ### `redo`
`redo() => Transfirn` `redo() => Transform`
Move forward one step in the history. Move forward one step in the history.
### `undo` ### `undo`
`undo() => Transfirn` `undo() => Transform`
Move backward one step in the history. Move backward one step in the history.