remote require could resolve to strings/numbers not just objects
authorSamuel Attard <samuel.r.attard@gmail.com>
Tue, 8 Nov 2016 05:32:40 +0000 (16:32 +1100)
committerZeke Sikelianos <zeke@sikelianos.com>
Fri, 11 Nov 2016 17:22:55 +0000 (09:22 -0800)
docs/api/remote.md

index bff7f8a..c82337f 100644 (file)
@@ -140,7 +140,7 @@ The `remote` module has the following methods:
 
 * `module` String
 
-Returns `Object` - The object returned by `require(module)` in the main process.
+Returns `any` - The object returned by `require(module)` in the main process.
 
 ### `remote.getCurrentWindow()`