This commit is contained in:
tidy-dev 2023-03-24 13:01:22 -04:00
parent c7dfd458a6
commit 2e1a611ced

View file

@ -238,7 +238,7 @@ export function buildDefaultMenu({
},
{
label: __DARWIN__
? 'Increase Active Resizable Widtd'
? 'Increase Active Resizable Width'
: 'Increase active resizable width',
accelerator: 'CmdOrCtrl+Shift+=',
click: emit('increase-active-resizable-width'),