mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
docs: ✏️ fix typos in useOutsideClick docs
This commit is contained in:
parent
a0d95570b6
commit
4e3021b8e2
@ -48,7 +48,7 @@
|
||||
<br/>
|
||||
- [**UI**](./docs/UI.md)
|
||||
- [`useAudio`](./docs/useAudio.md) — plays audio and exposes its controls. [![][img-demo]](https://codesandbox.io/s/2o4lo6rqy)
|
||||
- [`useOutsideClick`](./docs/useOutsideClick.md) — triggers callback when user clicks outside target element.
|
||||
- [`useOutsideClick`](./docs/useOutsideClick.md) — triggers callback when user clicks outside target area.
|
||||
- [`useSpeech`](./docs/useSpeech.md) — synthesizes speech from a text string. [![][img-demo]](https://codesandbox.io/s/n090mqz69m)
|
||||
- [`useVideo`](./docs/useVideo.md) — plays video, tracks its state, and exposes playback controls.
|
||||
<br/>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# `useOutsideClick`
|
||||
|
||||
React UI hook that triggers a callback when user
|
||||
clicks outside the a target element.
|
||||
clicks outside the target element.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user