From 9735a52ac11fdca698a131dbb02ce17297b3e238 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:02 -0400 Subject: [PATCH] spelling: position Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/js/linkPreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/js/linkPreview.js b/view/js/linkPreview.js index 76d49adc94..c8012ce150 100644 --- a/view/js/linkPreview.js +++ b/view/js/linkPreview.js @@ -853,7 +853,7 @@ } /** - * Get the cursor posiotion in an text element. + * Get the cursor position in an text element. * * @param {object} ctrl Textarea element. * @returns {integer} Position of the cursor.