@@ -46,7 +46,7 @@ ipcRenderer.on('asynchronous-reply', (event, arg) => {
ipcRenderer.send('asynchronous-message', 'ping')
```
-## Listening for Messages
+## Methods
The `ipcMain` module has the following method to listen for events:
@@ -10,7 +10,7 @@ main process.
See [ipcMain](ipc-main.md) for code examples.
The `ipcRenderer` module has the following method to listen for events: