Merge branch 'patch-1' of https://github.com/destan/electron into destan-patch-1

This commit is contained in:
Jessica Lord 2015-09-10 12:13:21 -07:00
commit 6cfe43a644

View file

@ -7,7 +7,7 @@ a renderer will be emitted to this module.
## Sending Messages ## Sending Messages
It is also possible to send messages from the main process to the renderer It is also possible to send messages from the main process to the renderer
process, see [WebContents.send](browser-window.md#webcontentssendchannel-args) process, see [WebContents.send](browser-window.md#webcontents-send-channel-args)
for more information. for more information.
- When sending a message, the event name is the `channel`. - When sending a message, the event name is the `channel`.