From 5fa7ae7d727e2e988fb0dc4c24c416a483783398 Mon Sep 17 00:00:00 2001 From: Lee McKinnon Date: Thu, 30 Apr 2015 15:40:30 -0400 Subject: [PATCH] Fixing typo in desktop-environment-integration.md Missing comma in the 'setUserTasks' as well as a typo in the description under "User tasks (Windows)" --- docs/tutorial/desktop-environment-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/desktop-environment-integration.md b/docs/tutorial/desktop-environment-integration.md index 716f5c42c..ab4ef28b3 100644 --- a/docs/tutorial/desktop-environment-integration.md +++ b/docs/tutorial/desktop-environment-integration.md @@ -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', } ]); ```