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',
|
||||
iconPath: process.execPath,
|
||||
iconIndex: 0,
|
||||
title: 'New Window'
|
||||
description: 'Create a new winodw',
|
||||
title: 'New Window',
|
||||
description: 'Create a new window',
|
||||
}
|
||||
]);
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue