Skip to content

Commit

Permalink
fix pointerName property in pointer API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Apr 16, 2024
1 parent 93b87b8 commit 3ad818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-event/api-pointer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pointer([
// touch the screen at element1
{keys: '[TouchA>]', target: element1},
// move the touch pointer to element2
{pointerName: 'TouchA', target: element2},
{pointerName: 'touch', target: element2},
// release the touch pointer at the last position (element2)
{keys: '[/TouchA]'},
])
Expand Down

0 comments on commit 3ad818d

Please sign in to comment.