Skip to content

Commit 4c6ec4f

Browse files
authored
fix typo in UserEvent.md (#1569)
1 parent 536d2a9 commit 4c6ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/UserEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ await user.scrollTo(scrollView, { y: 100, momentumY: 200 });
219219
220220
This helper simulates the user scrolling a host `ScrollView` element.
221221
222-
This function supports only host `ScrollView` elements, passing other element types will result in an error. Note that `FlatList` is accepted as it renders to a host `ScrolLView` element.
222+
This function supports only host `ScrollView` elements, passing other element types will result in an error. Note that `FlatList` is accepted as it renders to a host `ScrollView` element.
223223
224224
Scroll interaction should match the `ScrollView` element direction:
225225

0 commit comments

Comments
 (0)