diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index f80378e01c..b9186db00d 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -249,7 +249,7 @@ const ScrollSpy = (($) => { $link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE) $link.addClass(ClassName.ACTIVE) } else { - // todo (fat) this is kinda sus… + // todo (fat) this is kinda sus... // recursively add actives to tested nav-links $link.parents(Selector.LI).find(Selector.NAV_LINKS).addClass(ClassName.ACTIVE) }