diff --git a/docs/README.md b/docs/README.md index 6009087..9975214 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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; } },