mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Grammar fix in application-architecture.md (#13798)
This commit is contained in:
committed by
Samuel Attard
parent
ce4e05b85a
commit
a11e8654cc
@@ -39,7 +39,7 @@ the main process perform those operations.
|
||||
|
||||
> #### Aside: Communication Between Processes
|
||||
> In Electron, we have several ways to communicate between the main process
|
||||
and renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and
|
||||
and renderer processes, such as [`ipcRenderer`](../api/ipc-renderer.md) and
|
||||
[`ipcMain`](../api/ipc-main.md) modules for sending messages, and the
|
||||
[remote](../api/remote.md) module for RPC style communication. There is also
|
||||
an FAQ entry on [how to share data between web pages][share-data].
|
||||
|
||||
Reference in New Issue
Block a user