spelling: comment

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:06 -04:00
parent c754ac9cc5
commit acb1e71082
1 changed files with 1 additions and 1 deletions

View File

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