Skip to content

Commit f98fd51

Browse files
authored
fix: unhover api code block (#983)
1 parent a36bb26 commit f98fd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-event/api-convenience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pointer({target: element})
5858
### unhover()
5959

6060
```ts
61-
hover(element: Element): Promise<void>
61+
unhover(element: Element): Promise<void>
6262
```
6363

6464
```js

0 commit comments

Comments
 (0)