Skip to content

Commit d4a8fcc

Browse files
authored
VirtualizedList: fix typo in example (#3686)
1 parent f3e13ff commit d4a8fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/virtualizedlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Valid `params` consist of:
689689
### `scrollToOffset()`
690690
691691
```tsx
692-
scrollToOffset(arams: {
692+
scrollToOffset(params: {
693693
offset: number;
694694
animated?: boolean;
695695
});

0 commit comments

Comments
 (0)