missing space in doc

This commit is contained in:
Zeke Sikelianos 2016-08-22 11:17:05 -07:00
parent 7c1f48808b
commit 39c5ff2077

View file

@ -23,7 +23,7 @@ The `powerSaveBlocker` module has the following methods:
* `prevent-app-suspension` - Prevent the application from being suspended. * `prevent-app-suspension` - Prevent the application from being suspended.
Keeps system active but allows screen to be turned off. Example use cases: Keeps system active but allows screen to be turned off. Example use cases:
downloading a file or playing audio. downloading a file or playing audio.
* `prevent-display-sleep`- Prevent the display from going to sleep. Keeps * `prevent-display-sleep` - Prevent the display from going to sleep. Keeps
system and screen active. Example use case: playing video. system and screen active. Example use case: playing video.
Starts preventing the system from entering lower-power mode. Returns an integer Starts preventing the system from entering lower-power mode. Returns an integer