From 131695cb1167a831dbe87a0f2b1bde755dabd55f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:06 -0400 Subject: [PATCH] spelling: preview Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }