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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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