2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-14 07:52:23 +03:00

Merge pull request #294 from Apokly/patch-1

Fix typo `switchind` to `switching`
This commit is contained in:
Cristi Jora
2019-07-29 18:28:18 +03:00
committed by GitHub
+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;
}
},