diff --git a/docs/api/remote.md b/docs/api/remote.md index bff7f8ab77eb..c82337f34e16 100644 --- a/docs/api/remote.md +++ b/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()`