Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed Mar 19, 2024
1 parent fe68120 commit 27c76e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/js/common/utilsFP.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function addAnimation(element){
}

/**
* Retuns `up` or `down` depending on the scrolling movement to reach its destination
* Returns `up` or `down` depending on the scrolling movement to reach its destination
* from the current section.
*/
export function getYmovement(activeSection, destiny){
Expand Down Expand Up @@ -123,4 +123,4 @@ export function getTransforms(translate3d){
'-ms-transform':translate3d,
'transform': translate3d
};
}
}
2 changes: 1 addition & 1 deletion src/js/slides/landscapeScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function performHorizontalMove(slides, v, fireCallback){
}

/**
* Retuns `right` or `left` depending on the scrolling movement to reach its destination
* Returns `right` or `left` depending on the scrolling movement to reach its destination
* from the current slide.
*/
function getXmovement(fromIndex, toIndex){
Expand Down

0 comments on commit 27c76e9

Please sign in to comment.