mirror of
https://github.com/streamich/react-use.git
synced 2025-12-08 18:02:14 +00:00
docs: usePermission wording
This commit is contained in:
parent
caf5451b1c
commit
334a5a5ab1
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user