Merge pull request #6071 from banyudu/patch-2
DocFixit: fix spell error
This commit is contained in:
commit
58bce74255
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ win.setThumbarButtons([
|
||||||
{
|
{
|
||||||
tooltip: 'button1',
|
tooltip: 'button1',
|
||||||
icon: path.join(__dirname, 'button1.png'),
|
icon: path.join(__dirname, 'button1.png'),
|
||||||
click() { console.log('button2 clicked'); }
|
click() { console.log('button1 clicked'); }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tooltip: 'button2',
|
tooltip: 'button2',
|
||||||
|
|
Loading…
Reference in a new issue