docs: usePermission wording

This commit is contained in:
Ward Oosterlijnck 2019-07-10 21:34:18 +10:00
parent caf5451b1c
commit 334a5a5ab1
2 changed files with 2 additions and 3 deletions

View File

@ -97,7 +97,7 @@
- [`useSessionStorage`](./docs/useSessionStorage.md) — manages a value in `sessionStorage`.
- [`useThrottle` and `useThrottleFn`](./docs/useThrottle.md) — throttles a function. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/side-effects-usethrottle--demo)
- [`useTitle`](./docs/useTitle.md) — sets title of the page.
- [`usePermission`](./docs/usePermission.md) — query permission from the user depends on the specific API.
- [`usePermission`](./docs/usePermission.md) — query permission status for browser APIs.
<br/>
<br/>
- [**Lifecycles**](./docs/Lifecycles.md)

View File

@ -1,7 +1,6 @@
# `usePermission`
React side-effect hook that query permission status from the user depends on the specific API.
React side-effect hook to query permission status of browser APIs.
## Usage