Skip to content

Commit

Permalink
Fix typo in tabs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl committed May 4, 2018
1 parent b6fec36 commit ea95316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tabs/tabs-1/js/tabs.js
Expand Up @@ -26,7 +26,7 @@
delete: 46
};

// Add or substract depenign on key pressed
// Add or substract depending on key pressed
var direction = {
37: -1,
38: -1,
Expand Down

0 comments on commit ea95316

Please sign in to comment.