spelling: preview

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:06 -04:00
parent bd2c17402a
commit 131695cb11
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}