From b611154f4330d7dc67dd4de8dcdb59972390876c Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 11 Nov 2015 09:03:49 +0900 Subject: [PATCH] Standardize the webContents object name --- docs/api/ipc-main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/ipc-main.md b/docs/api/ipc-main.md index 4f3d6eb..f74c704 100644 --- a/docs/api/ipc-main.md +++ b/docs/api/ipc-main.md @@ -7,7 +7,7 @@ a renderer will be emitted to this module. ## Sending Messages It is also possible to send messages from the main process to the renderer -process, see [WebContents.send][webcontents-send] for more information. +process, see [webContents.send][webcontents-send] for more information. * When sending a message, the event name is the `channel`. * To reply a synchronous message, you need to set `event.returnValue`. @@ -66,6 +66,6 @@ Set this to the value to be returned in a synchronous message. Returns the `webContents` that sent the message, you can call `event.sender.send` to reply to the asynchronous message, see -[WebContents.send][webcontents-send] for more information. +[webContents.send][webcontents-send] for more information. [webcontents-send]: web-contents.md#webcontentssendchannel-args -- 2.7.4