From f82590b9ab0288409d817e948332a3ab122d4eb3 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 13 Mar 2017 15:48:42 -0700 Subject: [PATCH] Wrap at 80 --- docs/api/remote.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index 7f1c7f09292c..ccbfbf3fb14f 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -140,7 +140,9 @@ The `remote` module has the following methods: * `module` String -Returns `any` - The object returned by `require(module)` in the main process. Modules specified by their relative path will resolve relative to the entrypoint of the main process. +Returns `any` - The object returned by `require(module)` in the main process. +Modules specified by their relative path will resolve relative to the entrypoint +of the main process. e.g.