Skip to content

Commit 1b16e92

Browse files
committed
docs: fix typo
1 parent c1f58dd commit 1b16e92

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
@@ -242,7 +242,7 @@ User Event will generate a number of intermediate scroll steps to simulate user
242242
243243
This function will remember where the last scroll ended, so subsequent scroll interaction will starts from that position. The initial scroll position will be assumed to be `{ y: 0, x: 0 }`.
244244
245-
In order to simulate a `FlatList` (and other controls based on `VirtualizedList`) scrolling, you should pass `contentSize` and `layoutMeasurement` options, which enable the underlying logic to update the currently visible window.
245+
In order to simulate a `FlatList` (and other controls based on `VirtualizedList`) scrolling, you should pass the `contentSize` and `layoutMeasurement` options, which enable the underlying logic to update the currently visible window.
246246
247247
### Sequence of events
248248

0 commit comments

Comments
 (0)