Standardize the webContents object name
authorPlusb Preco <plusb21@gmail.com>
Wed, 11 Nov 2015 00:03:49 +0000 (09:03 +0900)
committerPlusb Preco <plusb21@gmail.com>
Wed, 11 Nov 2015 00:03:49 +0000 (09:03 +0900)
docs/api/ipc-main.md

index 4f3d6ebc3bf72198f8ac5c884f45c4f92e982039..f74c70426a5c1ec86a5759f26cfd4aedadb4229e 100644 (file)
@@ -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