Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 80fea7d

Browse files
committed
docs: invert arrow prop example
1 parent 704e691 commit 80fea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ complete list.
221221
```jsx
222222
<Tippy
223223
content="Tooltip"
224-
arrow={true}
224+
arrow={false}
225225
animation="scale"
226226
duration={0}
227227
delay={[300, 0]}

0 commit comments

Comments
 (0)