diff --git a/docs/api/ipc-main.md b/docs/api/ipc-main.md index 595a9a37c9bfb..ea020c8866588 100644 --- a/docs/api/ipc-main.md +++ b/docs/api/ipc-main.md @@ -77,6 +77,7 @@ only the next time a message is sent to `channel`, after which it is removed. * `channel` String * `listener` Function + * `...args` any[] Removes the specified `listener` from the listener array for the specified `channel`.