From 471b9980ecff7ec417c49dc9051acd854a3b5374 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 3 Nov 2016 13:13:21 -0700 Subject: [PATCH] line up process annotations consistently --- docs/api/screen.md | 3 +-- docs/api/shell.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/api/screen.md b/docs/api/screen.md index 53ca76b..81bee1f 100644 --- a/docs/api/screen.md +++ b/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. diff --git a/docs/api/shell.md b/docs/api/shell.md index e5fad86..89ae954 100644 --- a/docs/api/shell.md +++ b/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. -- 2.7.4