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:
parent
5edbe3d9b7
commit
88f6ee5e12
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user