From 931220239e5964118954c8694214bf51bed22c5a Mon Sep 17 00:00:00 2001 From: Va Da Date: Tue, 26 Mar 2019 11:31:17 +0100 Subject: [PATCH] docs: fix typo in useMouse [skip ci] --- docs/useMouse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/useMouse.md b/docs/useMouse.md index 53b536573f..7c5903bb08 100644 --- a/docs/useMouse.md +++ b/docs/useMouse.md @@ -3,8 +3,8 @@ React sensor hooks that re-render on mouse position changes. `useMouse` simply tracks mouse position; `useMouseHovered` allows you to specify extra options: -`bound` — to bind mouse coordinates withing the element. -`whenHovered` — whether to attach `mousemove` event handler only when user hovers over the element. +- `bound` — to bind mouse coordinates withing the element. +- `whenHovered` — whether to attach `mousemove` event handler only when user hovers over the element. ## Usage