Merge pull request #1538 from leemac/patch-1

Typo and missing comma in Desktop Integration doc page
This commit is contained in:
Cheng Zhao 2015-05-01 12:48:55 +08:00
commit ca7e2c4d96

View file

@ -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',
} }
]); ]);
``` ```