Skip to content

Commit

Permalink
Typo fix: propogating -> propagating (kubernetes#8832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirake authored and k8s-ci-robot committed Jun 2, 2018
1 parent 0146e56 commit af52264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions static/docs/reference/generated/kubectl/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ $(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);
var activeElemToken = checkActiveElement(flatToc, scrollPosition);
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ $(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);
var activeElemToken = checkActiveElement(flatToc, scrollPosition);
});
});
});

0 comments on commit af52264

Please sign in to comment.