mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: ensure that optionality matches between documented params and signatures (#18613)
* docs: ensure that optionality matches between documented params and signatures * docs: ensure that all optional declarations are lower case * chore: fix broken link
This commit is contained in:
@@ -84,7 +84,7 @@ Removes the specified `listener` from the listener array for the specified
|
||||
|
||||
### `ipcMain.removeAllListeners([channel])`
|
||||
|
||||
* `channel` String
|
||||
* `channel` String (optional)
|
||||
|
||||
Removes listeners of the specified `channel`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user