docs: fix role typos in startSpeaking/stopSpeaking (#24550)
This commit is contained in:
parent
2162eeb609
commit
3b250b649b
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ const template = [
|
|||
{
|
||||
label: 'Speech',
|
||||
submenu: [
|
||||
{ role: 'startspeaking' },
|
||||
{ role: 'stopspeaking' }
|
||||
{ role: 'startSpeaking' },
|
||||
{ role: 'stopSpeaking' }
|
||||
]
|
||||
}
|
||||
] : [
|
||||
|
|
Loading…
Reference in a new issue