Use "in" over "on"

This commit is contained in:
Jessica Lord 2015-09-04 13:44:40 -07:00
parent bd264aa1ba
commit b797804fd9
5 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# power-monitor
The `power-monitor` module is used to monitor power state changes. You can
only use it on the main process. You should not use this module until the `ready`
only use it in the main process. You should not use this module until the `ready`
event of the `app` module is emitted.
For example: