Fixed grammar issue.
This commit is contained in:
parent
f86bd75f82
commit
eef9d9beaf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The `powerSaveBlocker` module has the following methods:
|
||||||
Starts preventing the system from entering lower-power mode. Returns an integer
|
Starts preventing the system from entering lower-power mode. Returns an integer
|
||||||
identifying the power save blocker.
|
identifying the power save blocker.
|
||||||
|
|
||||||
**Note:** `prevent-display-sleep` has higher has precedence over
|
**Note:** `prevent-display-sleep` has higher precedence over
|
||||||
`prevent-app-suspension`. Only the highest precedence type takes effect. In
|
`prevent-app-suspension`. Only the highest precedence type takes effect. In
|
||||||
other words, `prevent-display-sleep` always takes precedence over
|
other words, `prevent-display-sleep` always takes precedence over
|
||||||
`prevent-app-suspension`.
|
`prevent-app-suspension`.
|
||||||
|
|
Loading…
Reference in a new issue