Skip to content

Commit

Permalink
docs(useWakeLock): typo (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Jun 16, 2022
1 parent 050da20 commit d257715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useWakeLock/index.md
Expand Up @@ -14,4 +14,4 @@ import { useWakeLock } from '@vueuse/core'
const { isSupported, isActive, request, release } = useWakeLock()
```

If `isActive` is called,` isActive` will be **true**, and if `release` is called, or other tab is displayed, or the window is minimized,`isActive` will be **false**.
If `request` is called,` isActive` will be **true**, and if `release` is called, or other tab is displayed, or the window is minimized,`isActive` will be **false**.

0 comments on commit d257715

Please sign in to comment.