From 4e3021b8e2fc15acf3f9468a4d211fafa0d84bf9 Mon Sep 17 00:00:00 2001 From: streamich Date: Mon, 29 Oct 2018 21:50:28 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20fix=20typos=20in?= =?UTF-8?q?=20useOutsideClick=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/useOutsideClick.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b85d66dd..c7e2e843 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@
- [**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.
diff --git a/docs/useOutsideClick.md b/docs/useOutsideClick.md index 35001828..42a039f1 100644 --- a/docs/useOutsideClick.md +++ b/docs/useOutsideClick.md @@ -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