This commit is contained in:
Jason Fields 2023-02-13 18:14:18 -05:00
parent e7075ad72e
commit 2867739661

View File

@ -28,8 +28,8 @@ export interface IMovement {
failed?: boolean;
/**
* Wheter this motion resulted in the current multicursor index being removed. This
* happens when multiple selections combine into one.
* Whether this motion resulted in the current multicursor index being removed.
* This happens when multiple selections combine into one.
*/
removed?: boolean;
}