Skip to content

Commit 62e75a7

Browse files
committed
docs: fix typo
1 parent dfbb317 commit 62e75a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/virtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ By default the `measureElement` virtualizer option is configured to measure elem
375375
resizeItem: (index: number, size: number) => void
376376
```
377377
378-
Change the virtualized item's size manually. Use this function to manually set the size calculated for this index. Useful in occations when using some custom morphing transition and you know the morphed item's size beforehand.
378+
Change the virtualized item's size manually. Use this function to manually set the size calculated for this index. Useful in occasions when using some custom morphing transition and you know the morphed item's size beforehand.
379379
380380
You can also use this method with a throttled ResizeObserver instead of `Virtualizer.measureElement` to reduce re-rendering.
381381

0 commit comments

Comments
 (0)