mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #1538 from leemac/patch-1
Typo and missing comma in Desktop Integration doc page
This commit is contained in:
@@ -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',
|
||||
}
|
||||
]);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user