spelling: beginning

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12928/head
Josh Soref 2023-03-21 23:16:53 -04:00
rodzic 8f09d81c9f
commit aee833b60f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;