From acb1e7108277b6ae5442532c3be80c7a6fd81b4d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:06 -0400 Subject: [PATCH] spelling: comment Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 843fe97df..657bccf10 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -740,7 +740,7 @@ function scrollToItem(elementId) { ) .promise() .done(function () { - // Highlight post/commenent with ID (GUID) + // Highlight post/comment with ID (GUID) $el.animate(colWhite, 1000).animate(colShiny).animate({ backgroundColor: "transparent" }, 600); }); }