diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index f9612967531b..66be014ea0da 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