1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

deletebackward -> deleteforward (#3346)

This commit is contained in:
Christopher Biscardi
2019-12-18 08:15:59 -08:00
committed by Ian Storm Taylor
parent 0b7644e975
commit af7a7e7c45

View File

@@ -42,7 +42,7 @@ export interface DeleteBackwardCommand {
}
/**
* The `DeleteBackwardCommand` delete's content forward, meaning after the
* The `DeleteForwardCommand` delete's content forward, meaning after the
* current selection, by a specific `unit` of distance.
*/