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