Browse Source

Wrap at 80

Bret Comnes 8 years ago
parent
commit
f82590b9ab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/api/remote.md

+ 3 - 1
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.