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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user