Skip to content

Commit fd0b4d7

Browse files
committed
minor: fix typo in comment
1 parent c4e9202 commit fd0b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568

569569
var startingSlide = that.find(SLIDE_ACTIVE_SEL);
570570

571-
//if the slide won#t be an starting point, the default will be the first one
571+
//if the slide won't be an starting point, the default will be the first one
572572
if(!startingSlide.length){
573573
slides.eq(0).addClass(ACTIVE);
574574
}

0 commit comments

Comments
 (0)