Wrap at 80

This commit is contained in:
Bret Comnes 2017-03-13 15:48:42 -07:00 committed by GitHub
parent 46af3cefec
commit f82590b9ab

View file

@ -140,7 +140,9 @@ The `remote` module has the following methods:
* `module` String * `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. e.g.