From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:06 +0000 (-0400) Subject: spelling: preview X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=131695cb1167a831dbe87a0f2b1bde755dabd55f;p=friendica.git spelling: preview Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 8127e1162e..2562cea3d9 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(); }