Fix the IPC docs so the docs-linter finds the methods
authorSamuel Attard <samuel.r.attard@gmail.com>
Thu, 3 Nov 2016 03:04:03 +0000 (14:04 +1100)
committerSamuel Attard <samuel.r.attard@gmail.com>
Thu, 3 Nov 2016 03:04:03 +0000 (14:04 +1100)
docs/api/ipc-main.md
docs/api/ipc-renderer.md

index 9e39d78..a5951fe 100644 (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:
 
index cf4c751..afe83a8 100644 (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: