Skip to content

Commit 27c76e9

Browse files
committed
fix: typo
Signed-off-by: guoguangwu <[email protected]>
1 parent fe68120 commit 27c76e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/js/common/utilsFP.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function addAnimation(element){
9191
}
9292

9393
/**
94-
* Retuns `up` or `down` depending on the scrolling movement to reach its destination
94+
* Returns `up` or `down` depending on the scrolling movement to reach its destination
9595
* from the current section.
9696
*/
9797
export function getYmovement(activeSection, destiny){
@@ -123,4 +123,4 @@ export function getTransforms(translate3d){
123123
'-ms-transform':translate3d,
124124
'transform': translate3d
125125
};
126-
}
126+
}

src/js/slides/landscapeScroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function performHorizontalMove(slides, v, fireCallback){
151151
}
152152

153153
/**
154-
* Retuns `right` or `left` depending on the scrolling movement to reach its destination
154+
* Returns `right` or `left` depending on the scrolling movement to reach its destination
155155
* from the current slide.
156156
*/
157157
function getXmovement(fromIndex, toIndex){

0 commit comments

Comments
 (0)