Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown linking when missing #10497

Merged
merged 3 commits into from Sep 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/api/app.md
Expand Up @@ -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.

Expand All @@ -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.

Expand All @@ -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.

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/structures/notification-action.md
Expand Up @@ -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

Expand Down