Fixing typo in desktop-environment-integration.md

Missing comma in the 'setUserTasks' as well as a typo in the description under "User tasks (Windows)"
This commit is contained in:
Lee McKinnon 2015-04-30 15:40:30 -04:00
parent c54eca8dff
commit 5fa7ae7d72

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