## 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`.
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