2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-10 02:02:24 +03:00

Fix typo switchind to switching

This commit is contained in:
Fabien Dobat
2019-04-16 13:34:03 +02:00
committed by GitHub
parent c686975fb5
commit d68934b7fe
+1 -1
View File
@@ -534,7 +534,7 @@ Other demos:
alert('Yay. Done!');
},
beforeTabSwitch: function(){
alert("This is called before switchind tabs")
alert("This is called before switching tabs")
return true;
}
},