From 36cd30a4159e22af3f0b05b3747fbca5ce9c3b82 Mon Sep 17 00:00:00 2001 From: Dony Sukardi Date: Sun, 10 Mar 2024 23:16:42 +0800 Subject: [PATCH] fix typo in UserEvent.md --- website/docs/UserEvent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/UserEvent.md b/website/docs/UserEvent.md index 00de0b64b..62b3ae17a 100644 --- a/website/docs/UserEvent.md +++ b/website/docs/UserEvent.md @@ -219,7 +219,7 @@ await user.scrollTo(scrollView, { y: 100, momentumY: 200 }); This helper simulates the user scrolling a host `ScrollView` element. -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. +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. Scroll interaction should match the `ScrollView` element direction: