Browse Source

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

Samuel Attard 8 years ago
parent
commit
6228ce3f35
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/ipc-main.md
  2. 1 1
      docs/api/ipc-renderer.md

+ 1 - 1
docs/api/ipc-main.md

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

+ 1 - 1
docs/api/ipc-renderer.md

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