diff --git a/view/js/linkPreview.js b/view/js/linkPreview.js index 826928148..3b6b9eae5 100644 --- a/view/js/linkPreview.js +++ b/view/js/linkPreview.js @@ -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;