Skip to content

Commit

Permalink
docs: fix typo in useMouse [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Mar 26, 2019
1 parent 6537a21 commit 9312202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/useMouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9312202

Please sign in to comment.