diff --git a/github-electron/github-electron.remote.d.ts b/github-electron/github-electron.remote.d.ts index 185b69de50..7888ee2ffd 100644 --- a/github-electron/github-electron.remote.d.ts +++ b/github-electron/github-electron.remote.d.ts @@ -9,7 +9,10 @@ /// declare namespace Electron { - + /** + * The remote module provides a simple way to do inter-process communication (IPC) + * between the renderer process (web page) and the main process. + */ interface Remote extends CommonElectron { /** * @returns The object returned by require(module) in the main process.