From b9f0131165a711a3daf6e7c0676cf4525ddedfb5 Mon Sep 17 00:00:00 2001 From: Toinane Date: Tue, 12 Sep 2017 12:05:09 +0200 Subject: [PATCH 1/3] style: add link to when missing --- docs/api/app.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 298e2af811f7..d00de3b7de46 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -164,7 +164,7 @@ tab button is only visible if the current `BrowserWindow` has a Returns: * `event` Event -* `window` BrowserWindow +* `window` [browserWindow](browser-window.md) Emitted when a [browserWindow](browser-window.md) gets blurred. @@ -173,7 +173,7 @@ Emitted when a [browserWindow](browser-window.md) gets blurred. Returns: * `event` Event -* `window` BrowserWindow +* `window` [browserWindow](browser-window.md) Emitted when a [browserWindow](browser-window.md) gets focused. @@ -182,7 +182,7 @@ Emitted when a [browserWindow](browser-window.md) gets focused. Returns: * `event` Event -* `window` BrowserWindow +* `window` [browserWindow](browser-window.md) Emitted when a new [browserWindow](browser-window.md) is created. @@ -191,7 +191,7 @@ Emitted when a new [browserWindow](browser-window.md) is created. Returns: * `event` Event -* `webContents` WebContents +* `webContents` [WebContents](web-contents.md) Emitted when a new [webContents](web-contents.md) is created. From 74cb673ce1c001e58eed91c954854d2ea501c466 Mon Sep 17 00:00:00 2001 From: Toinane Date: Tue, 12 Sep 2017 12:07:33 +0200 Subject: [PATCH 2/3] style: add uppercase --- docs/api/app.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index d00de3b7de46..ca5898d9746f 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -164,7 +164,7 @@ tab button is only visible if the current `BrowserWindow` has a Returns: * `event` Event -* `window` [browserWindow](browser-window.md) +* `window` [BrowserWindow](browser-window.md) Emitted when a [browserWindow](browser-window.md) gets blurred. @@ -173,7 +173,7 @@ Emitted when a [browserWindow](browser-window.md) gets blurred. Returns: * `event` Event -* `window` [browserWindow](browser-window.md) +* `window` [BrowserWindow](browser-window.md) Emitted when a [browserWindow](browser-window.md) gets focused. @@ -182,7 +182,7 @@ Emitted when a [browserWindow](browser-window.md) gets focused. Returns: * `event` Event -* `window` [browserWindow](browser-window.md) +* `window` [BrowserWindow](browser-window.md) Emitted when a new [browserWindow](browser-window.md) is created. From 1cb13be65f35f04f9f782c21aff1e5d0d33b448f Mon Sep 17 00:00:00 2001 From: Toinane Date: Tue, 12 Sep 2017 15:51:53 +0200 Subject: [PATCH 3/3] style: fix the word incompatible in docs --- docs/api/structures/notification-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/notification-action.md b/docs/api/structures/notification-action.md index 1a63e3c74811..3323722bcd95 100644 --- a/docs/api/structures/notification-action.md +++ b/docs/api/structures/notification-action.md @@ -7,7 +7,7 @@ | Action Type | Platform Support | Usage of `text` | Default `text` | Limitations | |-------------|------------------|-----------------|----------------|-------------| -| `button` | macOS | Used as the label for the button | "Show" | Maximum of one button, if multiple are provided only the last is used. This action is also incomptible with `hasReply` and will be ignored if `hasReply` is `true`. | +| `button` | macOS | Used as the label for the button | "Show" | Maximum of one button, if multiple are provided only the last is used. This action is also incompatible with `hasReply` and will be ignored if `hasReply` is `true`. | ### Button support on macOS