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

View file

@ -242,7 +242,7 @@
var insertAttachment = function(data) { var insertAttachment = function(data) {
// If we have already a preview, leaver here. // If we have already a preview, leaver here.
// Note: if we finish the Preview of other media content type, // 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) { if (isActive) {
$('#profile-rotator').hide(); $('#profile-rotator').hide();
return; return;