line up process annotations consistently
This commit is contained in:
parent
21105271a4
commit
471b9980ec
2 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
> Retrieve information about screen size, displays, cursor position, etc.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process),
|
||||
[Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
You cannot require or use this module until the `ready` event of the `app`
|
||||
module is emitted.
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
> Manage files and URLs using their default applications.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process),
|
||||
[Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
The `shell` module provides functions related to desktop integration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue