From 19765e70cf914140a1f8ec8ea132719d041d8abf Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 13 Jul 2016 02:57:11 +0900 Subject: [PATCH 1/3] :memo: Fix typo [ci skip] --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 47b403c7a55e..bcb0d59b8b86 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -197,7 +197,7 @@ supported values are: (`kCGDesktopWindowLevel - 1`). Note that desktop window will not receive focus, keyboard or mouse events, but you can use `globalShortcut` to receive input sparingly. -* On Windows, possible types are `toolbar`, +* On Windows, possible types are `toolbar`. The `titleBarStyle` option is only supported on macOS 10.10 Yosemite and newer. Possible values are: From 039aebb74a9f5625c0f91600aa5fe2ef60b9619a Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 13 Jul 2016 02:59:29 +0900 Subject: [PATCH 2/3] :memo: Fix isolated link [ci skip] --- docs/tutorial/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index d703ac7462cd..ec166b7061dc 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -47,7 +47,7 @@ In Electron, we have several ways to communicate between the main process and renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and [`ipcMain`](../api/ipc-main.md) modules for sending messages, and the [remote](../api/remote.md) module for RPC style communication. There is also -an FAQ entry on [how to share data between web pages](../faq.md/#how-to-share-data-between-web-pages). +an FAQ entry on [how to share data between web pages][share-data]. ## Write your First Electron App @@ -225,4 +225,4 @@ $ cd electron-quick-start $ npm install && npm start ``` -[share-data]: ../faq/electron-faq.md#how-to-share-data-between-web-pages +[share-data]: ../faq.md#how-to-share-data-between-web-pages From 9ea4039887bbfe11da543da3b71e0e7ce895a4b2 Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 13 Jul 2016 03:02:14 +0900 Subject: [PATCH 3/3] :memo: Fix grammatical typo [ci skip] --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index bcb0d59b8b86..9f3c154af2e7 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -197,7 +197,7 @@ supported values are: (`kCGDesktopWindowLevel - 1`). Note that desktop window will not receive focus, keyboard or mouse events, but you can use `globalShortcut` to receive input sparingly. -* On Windows, possible types are `toolbar`. +* On Windows, possible type is `toolbar`. The `titleBarStyle` option is only supported on macOS 10.10 Yosemite and newer. Possible values are: