Fix typo
This commit is contained in:
parent
c372dcb462
commit
33a926c5d3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
The `remote` module provides a simple way to do inter-process communication
|
The `remote` module provides a simple way to do inter-process communication
|
||||||
between the renderer process and the main process.
|
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
|
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
|
the renderer process would have to explicitly send inter-process messages
|
||||||
to the main process. With the `remote` module, users can invoke methods of
|
to the main process. With the `remote` module, users can invoke methods of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue