From 33a926c5d30810b0494f1f88b00368b27d3ff4b0 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 22 May 2015 10:32:59 +0800 Subject: [PATCH] Fix typo --- docs/api/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index 89bbc1f0606f..345b0d5b132d 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -3,7 +3,7 @@ The `remote` module provides a simple way to do inter-process communication between the renderer process and the main process. -In Electron, only GUI-related modules are available in the renderer process. +In Electron, only GUI-unrelated modules are available in the renderer process. Without the `remote` module, users who wanted to call a main process API in the renderer process would have to explicitly send inter-process messages to the main process. With the `remote` module, users can invoke methods of