doc: fix some typo (#7229)

This commit is contained in:
halfcrazy
2018-02-14 13:30:50 +08:00
committed by k8s-ci-robot
parent b7c0b6278e
commit f51d11f614
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ $(document).ready(function() {
var scrollPosition = $(window).scrollTop();
scrollActions(scrollPosition);
checkActiveElement(flatToc, scrollPosition);
// TODO: prevent scroll on sidebar from propogating to window
// TODO: prevent scroll on sidebar from propagating to window
$(window).on('scroll', function(event) {
var scrollPosition = $(window).scrollTop();
var activeSectionTokens = scrollActions(scrollPosition);