Chore: Fix typo (#10000)

pull/9999/head^2
Ikko Eltociear Ashimine 2024-02-26 04:37:13 +09:00 committed by GitHub
parent ac721cf8f4
commit 57c182b9a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ function useMenu(props: Props) {
// becomes 'Joplin' and we need a nenu called 'File' later.
label: shim.isMac() ? '&JoplinMainMenu' : _('&File'),
// `&` before one of the char in the label name mean, that
// <Alt + F> will open this menu. It's needed becase electron
// <Alt + F> will open this menu. It's needed because electron
// opens the first menu on Alt press if no hotkey assigned.
// Issue: https://github.com/laurent22/joplin/issues/934
submenu: [{