docs: fix typo in api/ipc-renderer (#24901)
This commit is contained in:
parent
d7909b507f
commit
47f88b65b7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ ipcMain.handle('some-name', async (event, someArgument) => {
|
|||
|
||||
If you need to transfer a [`MessagePort`][] to the main process, use [`ipcRenderer.postMessage`](#ipcrendererpostmessagechannel-message-transfer).
|
||||
|
||||
If you do not need a respons to the message, consider using [`ipcRenderer.send`](#ipcrenderersendchannel-args).
|
||||
If you do not need a response to the message, consider using [`ipcRenderer.send`](#ipcrenderersendchannel-args).
|
||||
|
||||
### `ipcRenderer.sendSync(channel, ...args)`
|
||||
|
||||
|
|
Loading…
Reference in a new issue