little fix in docs
authorgellert <gellihegyi@gmail.com>
Mon, 7 Nov 2016 20:32:09 +0000 (21:32 +0100)
committerKevin Sawicki <kevin@github.com>
Fri, 11 Nov 2016 16:49:57 +0000 (08:49 -0800)
docs/api/browser-window.md

index f961296..66be014 100644 (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