spelling: process

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:07 -04:00
parent 8f5f1bc0fb
commit dc373faddd
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
isExtern = true; 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. // an attachment preview.
if (!isExtern && isActive) { if (!isExtern && isActive) {
return; 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. * attachment preview.
* *
* @param {obj} data Attachment data. * @param {obj} data Attachment data.