little fix in docs

This commit is contained in:
gellert 2016-11-07 21:32:09 +01:00 committed by Kevin Sawicki
parent 8ad50d1e35
commit 84a3fe50dc

View file

@ -1193,10 +1193,11 @@ Returns `BrowserWindow[]` - All child windows.
#### `win.setVibrancy(type)` _macOS_
* `type` String - Adds a vibrancy effect to the browser window. Values include
`appearance-based`, `light`, `dark`, `titlebar`, `selection`, `menu`,
`popover`, `sidebar`, `medium-light`, `ultra-dark`. See the
[macOS documentation][vibrancy-docs] for more details.
* `type` String - Values include `appearance-based`, `light`, `dark`, `titlebar`,
`selection`, `menu`, `popover`, `sidebar`, `medium-light`, `ultra-dark`. See
the [macOS documentation][vibrancy-docs] for more details.
Adds a vibrancy effect to the browser window.
[vibrancy-docs]: https://developer.apple.com/reference/appkit/nsvisualeffectview?language=objc