spelling: beginning

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:53 -04:00
parent 8f09d81c9f
commit aee833b60f
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
var insertAttachment = function(data) {
// If we have already a preview, leaver here.
// Note: if we finish the Preview of other media content type,
// we can move this condition to the beggining of crawlText();
// we can move this condition to the beginning of crawlText();
if (isActive) {
$('#profile-rotator').hide();
return;