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',
|
label: 'Speech',
|
||||||
submenu: [
|
submenu: [
|
||||||
{ role: 'startspeaking' },
|
{ role: 'startSpeaking' },
|
||||||
{ role: 'stopspeaking' }
|
{ role: 'stopSpeaking' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
] : [
|
] : [
|
||||||
|
|
Loading…
Reference in a new issue