Correct spelling mistakes

This commit is contained in:
Edward Betts
2022-02-19 09:46:49 +00:00
parent bf7c46c3cd
commit d6e0e1fee3
69 changed files with 87 additions and 87 deletions

View File

@@ -610,7 +610,7 @@ GridView.prototype.assignCursor = function(elem, elemType) {
};
/**
* Schedules cursor assignement to happen at end of tick. Calling `preventAssignCursor()` before
* Schedules cursor assignment to happen at end of tick. Calling `preventAssignCursor()` before
* prevents assignment to happen. This was added to prevent cursor assignment on a `context click`
* on a cell that is already selected.
*/