Browse Source

remote require could resolve to strings/numbers not just objects

Samuel Attard 8 years ago
parent
commit
494afec01d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/remote.md

+ 1 - 1
docs/api/remote.md

@@ -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()`