diff --git a/libs/skiff-prosemirror/src/ListItemMergeCommand.ts b/libs/skiff-prosemirror/src/ListItemMergeCommand.ts index ce18e81..8376b9d 100644 --- a/libs/skiff-prosemirror/src/ListItemMergeCommand.ts +++ b/libs/skiff-prosemirror/src/ListItemMergeCommand.ts @@ -135,7 +135,7 @@ function mergeListItemUp(tr: Transaction, schema: Schema): Transaction { } if (from !== pos + 2) { - // Selection is not at the begining of the list item. + // Selection is not at the beginning of the list item. return tr; }