diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 8127e1162..2562cea3d 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -23,7 +23,7 @@ $(document).ready(function () { $("#jot-content").append(jotcache); // Clear the jotcache. jotcache = ""; - // Destroy the attachment linkPreviw for Jot. + // Destroy the attachment linkPreview for Jot. if (typeof linkPreview === "object") { linkPreview.destroy(); }