Skip to content

Commit cf1c61b

Browse files
Update README
1 parent 584d707 commit cf1c61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ yourself to avoid your props being overridden (or overriding the props returned)
272272
| getTooltipProps | `function({})` | returns the props you should apply to the tooltip element you render. |
273273
| tooltipRef | `node` | return the react ref you should apply to the tooltip element. |
274274
| getArrowProps | `function({})` | return the props you should apply to the tooltip arrow element. |
275-
| arrowRef | `node` | return the react ref you should apply to the tooltip arrow you render. |
276-
| placement | `string` | return the placement of the tooltip arrow element. |
275+
| arrowRef | `node` | return the react ref you should apply to the tooltip arrow element. |
276+
| placement | `string` | return the placement of the tooltip. |
277277

278278
## Inspiration and Thanks!
279279

0 commit comments

Comments
 (0)