Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Toon authored and Jonathon Toon committed Feb 4, 2018
1 parent 1c70407 commit 48c3a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const selectionMenu = Menu.buildFromTemplate([
]);

const inputMenu = Menu.buildFromTemplate([
{ role: 'undo', accelerator: process.platform === 'darwin' ? 'Cmd+Z' : 'Ctrl+Z',, },
{ role: 'undo', accelerator: process.platform === 'darwin' ? 'Cmd+Z' : 'Ctrl+Z', },
{ role: 'redo', accelerator: process.platform === 'darwin' ? 'Ctrl+Z' : 'Ctrl+Shift+Z', },
{ type: 'separator', },
{ role: 'cut', accelerator: process.platform === 'darwin' ? 'Cmd+X' : 'Ctrl+X', },
Expand Down

0 comments on commit 48c3a56

Please sign in to comment.