Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Aug 31, 2016
1 parent 5b99c78 commit 13348cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ class CommandCenterScroll extends BaseCommand {
}

@RegisterAction
class COmmandTopScroll extends BaseCommand {
class CommandTopScroll extends BaseCommand {
modes = [ModeName.Normal];
keys = ["z", "t"];

Expand Down

0 comments on commit 13348cd

Please sign in to comment.