From 84a3fe50dc3612d5d84eb6577401e932cc4d8d52 Mon Sep 17 00:00:00 2001 From: gellert Date: Mon, 7 Nov 2016 21:32:09 +0100 Subject: [PATCH] little fix in docs --- docs/api/browser-window.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index f961296..66be014 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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 -- 2.7.4