Skip to content

Commit

Permalink
docs: usePermission wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wardoost committed Jul 10, 2019
1 parent caf5451 commit 334a5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions docs/usePermission.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 334a5a5

Please sign in to comment.