spelling: element

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12928/head
Josh Soref 2023-03-21 23:17:34 -04:00
parent 4139134cfd
commit f8b9b15b5f
1 changed files with 2 additions and 2 deletions

View File

@ -805,7 +805,7 @@
/**
* Get in a textarea the previous word before the cursor.
*
* @param {object} text Textarea elemet.
* @param {object} text Textarea element.
* @param {integer} caretPos Cursor position.
*
* @returns {string} Previous word.
@ -855,7 +855,7 @@
/**
* Get the cursor posiotion in an text element.
*
* @param {object} ctrl Textarea elemet.
* @param {object} ctrl Textarea element.
* @returns {integer} Position of the cursor.
*/
function getCaretPosition(ctrl) {