diff --git a/docs/api/app.md b/docs/api/app.md index 4ca19958d4..01d13b17e1 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. diff --git a/docs/api/structures/notification-action.md b/docs/api/structures/notification-action.md index 1a63e3c748..3323722bcd 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