Browse Source

line up process annotations consistently

Zeke Sikelianos 8 years ago
parent
commit
471b9980ec
2 changed files with 2 additions and 4 deletions
  1. 1 2
      docs/api/screen.md
  2. 1 2
      docs/api/shell.md

+ 1 - 2
docs/api/screen.md

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

+ 1 - 2
docs/api/shell.md

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