Skip to content

Commit a2b3422

Browse files
authored
Merge pull request alvarotrigo#2411 from thisisfed/patch-3
Fixed typo
2 parents 254a00f + 6d0490a commit a2b3422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jquery.fullPage.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
}
316316

317317
/**
318-
* Adds or remove the possiblity of scrolling through sections by using the mouse wheel/trackpad or touch gestures.
318+
* Adds or remove the possibility of scrolling through sections by using the mouse wheel/trackpad or touch gestures.
319319
* Optionally a second parameter can be used to specify the direction for which the action will be applied.
320320
*
321321
* @param directions string containing the direction or directions separated by comma.
@@ -338,7 +338,7 @@
338338
}
339339

340340
/**
341-
* Adds or remove the possiblity of scrolling through sections by using the keyboard arrow keys
341+
* Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys
342342
*/
343343
function setKeyboardScrolling(value, directions){
344344
if(typeof directions !== 'undefined'){
@@ -631,7 +631,7 @@
631631
}
632632

633633
/**
634-
* Works over the DOM structure to set it up for the current fullpage optionss.
634+
* Works over the DOM structure to set it up for the current fullpage options.
635635
*/
636636
function prepareDom(){
637637
container.css({
@@ -646,7 +646,7 @@
646646
//due to https://github.com/alvarotrigo/fullPage.js/issues/1502
647647
windowsHeight = $window.height();
648648

649-
container.removeClass(DESTROYED); //in case it was destroyed before initilizing it again
649+
container.removeClass(DESTROYED); //in case it was destroyed before initializing it again
650650

651651
addInternalSelectors();
652652

0 commit comments

Comments
 (0)