Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit cfc12ce

Browse files
authored
Merge pull request #294 from Apokly/patch-1
Fix typo `switchind` to `switching`
2 parents c686975 + d68934b commit cfc12ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Other demos:
534534
alert('Yay. Done!');
535535
},
536536
beforeTabSwitch: function(){
537-
alert("This is called before switchind tabs")
537+
alert("This is called before switching tabs")
538538
return true;
539539
}
540540
},

0 commit comments

Comments
 (0)