From b9b6fc238ef669bf8ba5a6ddf83ee3f6707f8712 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 18 Aug 2016 14:42:10 +0900 Subject: [PATCH] docs: Correctly fomart titleBarStyle line --- docs/api/browser-window.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 7ce9b1018522..1adddbc13328 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -208,8 +208,7 @@ Possible values are: input sparingly. * On Windows, possible type is `toolbar`. -The `titleBarStyle` option. -Possible values are: +Possible values of the `titleBarStyle` option are: * `default` or not specified, results in the standard gray opaque Mac title bar. @@ -1120,7 +1119,7 @@ events. Prevents the window contents from being captured by other apps. On macOS it sets the NSWindow's sharingType to NSWindowSharingNone. -On Windows it calls SetWindowDisplayAffinity with WDA_MONITOR. +On Windows it calls SetWindowDisplayAffinity with `WDA_MONITOR`. #### `win.setFocusable(focusable)` _Windows_