diff --git a/src/services/keyboard_actions.js b/src/services/keyboard_actions.js index 597e81c2f..0e2789d6c 100644 --- a/src/services/keyboard_actions.js +++ b/src/services/keyboard_actions.js @@ -219,7 +219,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [ { actionName: "reopenLastTab", defaultShortcuts: isElectron ? ["CommandOrControl+Shift+T"] : [], - description: "Repoens the last closed tab", + description: "Reopens the last closed tab", scope: "window" }, { @@ -291,7 +291,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [ { actionName: "eigthTab", defaultShortcuts: ["CommandOrControl+8"], - description: "Activates the eigth tab in the list", + description: "Activates the eighth tab in the list", scope: "window" }, {