Skip to content

Commit

Permalink
Merge pull request vuestorefront#4525 from ThermScissorpunch/patch-4
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Tomasz Kostuch authored Jun 17, 2020
2 parents 8c4af11 + a61cb4f commit 5404fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mixins/onBottomScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const isBottomVisible = () => {
}

/**
* By implementing this mixin add "onBottomScroll" mthod in component.
* By implementing this mixin add "onBottomScroll" method in component.
* It will be invoked when view reach the bottom.
*/
export default {
Expand Down

0 comments on commit 5404fb4

Please sign in to comment.