We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4e05b commit a11e865Copy full SHA for a11e865
docs/tutorial/application-architecture.md
@@ -39,7 +39,7 @@ the main process perform those operations.
39
40
> #### Aside: Communication Between Processes
41
> In Electron, we have several ways to communicate between the main process
42
-and renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and
+and renderer processes, such as [`ipcRenderer`](../api/ipc-renderer.md) and
43
[`ipcMain`](../api/ipc-main.md) modules for sending messages, and the
44
[remote](../api/remote.md) module for RPC style communication. There is also
45
an FAQ entry on [how to share data between web pages][share-data].
0 commit comments