docs: fix role typos in startSpeaking/stopSpeaking (#24550)

This commit is contained in:
szTheory
2020-07-23 20:59:24 +00:00
committed by GitHub
parent 2162eeb609
commit 3b250b649b

View File

@@ -195,8 +195,8 @@ const template = [
{
label: 'Speech',
submenu: [
{ role: 'startspeaking' },
{ role: 'stopspeaking' }
{ role: 'startSpeaking' },
{ role: 'stopSpeaking' }
]
}
] : [