diff --git a/core/src/components/slides/test/image/index.html b/core/src/components/slides/test/image/index.html index 7ee88c65d8..695a1eb12b 100644 --- a/core/src/components/slides/test/image/index.html +++ b/core/src/components/slides/test/image/index.html @@ -127,7 +127,7 @@ console.log('slide transition start', e) }); slides.addEventListener('ionSlideTransitionEnd', function (e) { - console.log('slide transistion end', e) + console.log('slide transition end', e) }); slides.addEventListener('ionSlideDrag', function (e) { console.log('slide drag', e)