Skip to content

Commit

Permalink
Merge pull request #418 from sprintr/master
Browse files Browse the repository at this point in the history
Removed a typo
  • Loading branch information
kevinsawicki committed Jun 21, 2014
2 parents 32323a0 + 3d89181 commit 716c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/default_app/default_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ app.on('ready', function() {
},
{
label: 'Enter Fullscreen',
click: function() { mainWindow.setFullscreen(true); }
click: function() { mainWindow.setFullScreen(true); }
},
{
label: 'Toggle DevTools',
Expand Down

0 comments on commit 716c7ee

Please sign in to comment.