From dc373fadddc04bec831541db01ed291508a6e860 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:07 -0400 Subject: [PATCH] spelling: process Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/js/linkPreview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/js/linkPreview.js b/view/js/linkPreview.js index c8012ce150..d54cbd5058 100644 --- a/view/js/linkPreview.js +++ b/view/js/linkPreview.js @@ -125,7 +125,7 @@ isExtern = true; } - // Don't procces the textarea input if we have already + // Don't process the textarea input if we have already // an attachment preview. if (!isExtern && isActive) { return; @@ -233,7 +233,7 @@ }; /** - * Proccess all attachment data and show up a html + * Process all attachment data and show up a html * attachment preview. * * @param {obj} data Attachment data.