Skip to content

Commit 30cd8e7

Browse files
authored
fixed typo / 2
1 parent 58bf459 commit 30cd8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery.fullPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
//(a way to detect back history button as we play with the hashes on the URL)
571571
.on('hashchange', hashChangeHandler)
572572

573-
//when opening a new tab (ctrl + t), `control` won't be pressed when comming back.
573+
//when opening a new tab (ctrl + t), `control` won't be pressed when coming back.
574574
.blur(blurHandler)
575575

576576
//when resizing the site, we adjust the heights of the sections, slimScroll...
@@ -622,7 +622,7 @@
622622
}).get();
623623
}
624624

625-
//no tooltipos option? Checking for them in the DOM attributes
625+
//no tooltips option? Checking for them in the DOM attributes
626626
if(!options.navigationTooltips.length){
627627
options.navigationTooltips = sections.filter('[data-tooltip]').map(function(){
628628
return $(this).data('tooltip').toString();
@@ -1794,7 +1794,7 @@
17941794
}
17951795
}
17961796

1797-
//when opening a new tab (ctrl + t), `control` won't be pressed when comming back.
1797+
//when opening a new tab (ctrl + t), `control` won't be pressed when coming back.
17981798
function blurHandler(){
17991799
isWindowFocused = false;
18001800
controlPressed = false;

0 commit comments

Comments
 (0)