Fix the IPC docs so the docs-linter finds the methods

This commit is contained in:
Samuel Attard 2016-11-03 14:04:03 +11:00
parent a506df4d25
commit 6228ce3f35
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -10,7 +10,7 @@ main process.
See [ipcMain](ipc-main.md) for code examples.
## Listening for Messages
## Methods
The `ipcRenderer` module has the following method to listen for events: