From f7dae7a3289adede97e5ec7b1d23ddab4604a208 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 28 Apr 2016 17:32:24 -0700 Subject: [PATCH] Copy edits per inline comments --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index d72c90b..b230ec4 100644 --- a/main.js +++ b/main.js @@ -49,5 +49,5 @@ app.on('activate', function () { } }); -// In this file you can include the rest of your app specific main process -// code. You can also put them in files and require them here. +// In this file you can include the rest of your app's specific main process +// code. You can also put them in separate files and require them here.