Skip to content

Commit

Permalink
docs: fix role typos in startSpeaking/stopSpeaking (#24550)
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Jul 23, 2020
1 parent 2162eeb commit 3b250b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ const template = [
{
label: 'Speech',
submenu: [
{ role: 'startspeaking' },
{ role: 'stopspeaking' }
{ role: 'startSpeaking' },
{ role: 'stopSpeaking' }
]
}
] : [
Expand Down

0 comments on commit 3b250b6

Please sign in to comment.