From ba2a685eae9786362ac0f0275daa9e72771dd111 Mon Sep 17 00:00:00 2001 From: Therm Scissorpunch <61228862+ThermScissorpunch@users.noreply.github.com> Date: Mon, 8 Jun 2020 12:01:01 +0200 Subject: [PATCH] Fix typo --- core/mixins/onBottomScroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mixins/onBottomScroll.js b/core/mixins/onBottomScroll.js index b29d8fc184..5f8402791e 100644 --- a/core/mixins/onBottomScroll.js +++ b/core/mixins/onBottomScroll.js @@ -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 {