line up process annotations consistently
authorZeke Sikelianos <zeke@sikelianos.com>
Thu, 3 Nov 2016 20:13:21 +0000 (13:13 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Thu, 3 Nov 2016 20:13:21 +0000 (13:13 -0700)
docs/api/screen.md
docs/api/shell.md

index 53ca76b..81bee1f 100644 (file)
@@ -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.
index e5fad86..89ae954 100644 (file)
@@ -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.