docs: fix header level of some events in app.md (#27860)
This commit is contained in:
parent
4456c50b35
commit
2e13ce58c0
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ which contains more information about why the render process disappeared. It
|
||||||
isn't always because it crashed. The `killed` boolean can be replaced by
|
isn't always because it crashed. The `killed` boolean can be replaced by
|
||||||
checking `reason === 'killed'` when you switch to that event.
|
checking `reason === 'killed'` when you switch to that event.
|
||||||
|
|
||||||
#### Event: 'render-process-gone'
|
### Event: 'render-process-gone'
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@ Returns:
|
||||||
Emitted when the renderer process unexpectedly disappears. This is normally
|
Emitted when the renderer process unexpectedly disappears. This is normally
|
||||||
because it was crashed or killed.
|
because it was crashed or killed.
|
||||||
|
|
||||||
#### Event: 'child-process-gone'
|
### Event: 'child-process-gone'
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue