Skip to content

Commit a11e865

Browse files
Josh GoldbergMarshallOfSound
authored andcommitted
Grammar fix in application-architecture.md (electron#13798)
1 parent ce4e05b commit a11e865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/application-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ the main process perform those operations.
3939

4040
> #### Aside: Communication Between Processes
4141
> In Electron, we have several ways to communicate between the main process
42-
and renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and
42+
and renderer processes, such as [`ipcRenderer`](../api/ipc-renderer.md) and
4343
[`ipcMain`](../api/ipc-main.md) modules for sending messages, and the
4444
[remote](../api/remote.md) module for RPC style communication. There is also
4545
an FAQ entry on [how to share data between web pages][share-data].

0 commit comments

Comments
 (0)