Skip to content

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinP460 committed Nov 5, 2022
1 parent 28346c9 commit 7beb1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ React Denmark Map exports several components, each being a map of Denmark with d
| `onClick` | A function that is invoked when an area is clicked. | (area: AreaType) => void | |
| `onHover` | A function that is invoked when an area is hovered. | (area: AreaType) => void | |
| `onMouseEnter` | A function that is invoked when the mouse enters an area. | (area: AreaType) => void | |
| `onHover` | A function that is invoked when the mouse leaves an area. | (area: AreaType) => void | |
| `onMouseLeave` | A function that is invoked when the mouse leaves an area. | (area: AreaType) => void | |
1: CSSProperties refers to the object provided to the style attribute in React. Fields in this object are denoted as CSSProperties["property"].
Expand Down

0 comments on commit 7beb1d5

Please sign in to comment.