mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-29 08:39:03 +08: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