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 9e39d789a9c9a64fb76268119d8e0b7705188482..a5951fe1a6546500c2e719a861af124b2ea5a090 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 cf4c75133b7deee8fb3e78c48d508b3854a5744c..afe83a845a8bbcbd4ffa720a88b48873969fc4db 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: