Update url (#7598)

* Update EventEmitter URL

* Update EventEmitter URL

* Enable click

* Update EventEmitter URL

* Update EventEmitter URL

* Update URL

* Update URL

* Update EventEmitter URL

* Tweak sentence and add perios
This commit is contained in:
Long Nhat Nguyen 2016-10-13 21:09:14 +00:00 committed by Kevin Sawicki
parent 0756aa663b
commit c017a7a1c7
8 changed files with 10 additions and 12 deletions

View file

@ -3,7 +3,7 @@
> Communicate asynchronously from the main process to renderer processes.
The `ipcMain` module is an instance of the
[EventEmitter](https://nodejs.org/api/events.html) class. When used in the main
[EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter) class. When used in the main
process, it handles asynchronous and synchronous messages sent from a renderer
process (web page). Messages sent from a renderer will be emitted to this
module.