Skip to content

Commit

Permalink
fix(esl-utils): fixed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaBr committed Jul 6, 2021
1 parent 234d433 commit bf0aea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/esl-utils/dom/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const END = 'End';
export const HOME = 'Home';
export const DELETE = 'Delete';

export const PAGE_UP = 'PageUp';
export const PAGE_UP = 'PageUp';
export const PAGE_DOWN = 'PageDown';

export const ARROW_LEFT = 'ArrowLeft';
Expand Down

0 comments on commit bf0aea7

Please sign in to comment.