Browse Source

Update screen.md

Removed a trailing comma.
Eran Tiktin 9 years ago
parent
commit
ea3e84e7ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/screen.md

+ 1 - 1
docs/api/screen.md

@@ -47,7 +47,7 @@ app.on('ready', function() {
   if (externalDisplay) {
     mainWindow = new BrowserWindow({
       x: externalDisplay.bounds.x + 50,
-      y: externalDisplay.bounds.y + 50,
+      y: externalDisplay.bounds.y + 50
     });
   }
 });