From d68934b7fe99ded6e651e4e3b33a23575c098c3b Mon Sep 17 00:00:00 2001 From: Fabien Dobat Date: Tue, 16 Apr 2019 13:34:03 +0200 Subject: [PATCH] Fix typo `switchind` to `switching` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } },