Merge pull request #5500 from radarhere/master

Fixed typo
This commit is contained in:
Cheng Zhao 2016-05-12 10:26:39 +09:00
commit 9a35d54ecf
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `alwaysOnTop` Boolean - Whether the window should always stay on top of
other windows. Default is `false`.
* `fullscreen` Boolean - Whether the window should show in fullscreen. When
explicity set to `false` the fullscreen button will be hidden or disabled
explicitly set to `false` the fullscreen button will be hidden or disabled
on OS X. Default is `false`.
* `fullscreenable` Boolean - Whether the maximize/zoom button on OS X should
toggle full screen mode or maximize window. Default is `true`.