Merge pull request #3698 from lukeapage/patch-2

Docs: Fix link to webcontents send channel
This commit is contained in:
Cheng Zhao 2015-12-09 11:38:05 +08:00
commit 2f0e732351

View file

@ -68,4 +68,4 @@ Returns the `webContents` that sent the message, you can call
`event.sender.send` to reply to the asynchronous message, see `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 [webcontents-send]: web-contents.md#webcontentssendchannel-arg1-arg2-