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