From b569fcbc25bbc9611d7e46579976ed5b1cd557bf Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 31 Jan 2020 14:19:52 +0100 Subject: [PATCH] Fix typo in Javascript comment --- blog/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/static/js/main.js b/blog/static/js/main.js index ce6b080b..dfa1dd4d 100644 --- a/blog/static/js/main.js +++ b/blog/static/js/main.js @@ -56,7 +56,7 @@ function toc_scroll_position(container) { } } - // set active call for current ToC item + // set active class for current ToC item if (current_toc_item != null) { current_toc_item.classList.add("active"); }