Merge pull request #1538 from leemac/patch-1
Typo and missing comma in Desktop Integration doc page
This commit is contained in:
commit
ca7e2c4d96
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ app.setUserTasks([
|
||||||
arguments: '--new-window',
|
arguments: '--new-window',
|
||||||
iconPath: process.execPath,
|
iconPath: process.execPath,
|
||||||
iconIndex: 0,
|
iconIndex: 0,
|
||||||
title: 'New Window'
|
title: 'New Window',
|
||||||
description: 'Create a new winodw',
|
description: 'Create a new window',
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue