diff --git a/packages/slate/src/interfaces/command.ts b/packages/slate/src/interfaces/command.ts index ac87798d7..95637f22b 100644 --- a/packages/slate/src/interfaces/command.ts +++ b/packages/slate/src/interfaces/command.ts @@ -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. */