mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
docs: fix role typos in startSpeaking/stopSpeaking (#24550)
This commit is contained in:
@@ -195,8 +195,8 @@ const template = [
|
||||
{
|
||||
label: 'Speech',
|
||||
submenu: [
|
||||
{ role: 'startspeaking' },
|
||||
{ role: 'stopspeaking' }
|
||||
{ role: 'startSpeaking' },
|
||||
{ role: 'stopSpeaking' }
|
||||
]
|
||||
}
|
||||
] : [
|
||||
|
||||
Reference in New Issue
Block a user