docs: make useDebounce description one line

This commit is contained in:
Va Da 2018-12-19 17:10:52 +01:00 committed by GitHub
parent 2c884dc79f
commit fdcd92dec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
- [`useLocalStorage`](./docs/useLocalStorage.md) — manages a value in `localStorage`.
- [`useSessionStorage`](./docs/useSessionStorage.md) — manages a value in `sessionStorage`.
- [`useTitle`](./docs/useTitle.md) — sets title of the page.
- [`useDebounce`](./docs/useDebounce.md) — delays invoking a function until after time has elapsed since the last time the function was invoked.
- [`useDebounce`](./docs/useDebounce.md) — debounces a function.
<br/>
<br/>
- [**Lifecycles**](./docs/Lifecycles.md)