docs: Make description of fullscreen more precise
authorCheng Zhao <zcbenz@gmail.com>
Wed, 16 Sep 2015 01:20:16 +0000 (09:20 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 16 Sep 2015 01:20:16 +0000 (09:20 +0800)
Closes #2793.

docs/api/browser-window.md

index f0119700f2cb599b203bb632dbe8f63d0597602c..29171a2ec50449ed355c90eda403b552500af778 100644 (file)
@@ -46,7 +46,7 @@ Properties `width` and `height` are required.
 * `always-on-top` Boolean - Whether the window should always stay on top of
    other windows.
 * `fullscreen` Boolean - Whether the window should show in fullscreen. When
-  set to `false` the fullscreen button will also be hidden on OS X.
+  set to `false` the fullscreen button will be hidden or disabled on OS X.
 * `skip-taskbar` Boolean - Whether to show the window in taskbar.
 * `kiosk` Boolean - The kiosk mode.
 * `title` String - Default window title.