Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Mar 25, 2024
1 parent 02d258d commit ed12bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component-interfaces/Virtuoso.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export interface GroupedVirtuosoProps<D, C> extends Omit<VirtuosoProps<D, C>, 't
* As an example, if you prepend 2 groups with 20 and 30 items each, the firstItemIndex should be decreased with 50.
*
* You can also prepend more items to the first group, for example:
* \{ groupCounts: [20, 30], firstItemIndex: 1000 \} can become \{ groupCounts: [10, 30, 30], firstItemIndex: 980 \}
* `{ groupCounts: [20, 30], firstItemIndex: 1000 }` can become `{ groupCounts: [10, 30, 30], firstItemIndex: 980 }`
*
* Warning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.
*/
Expand Down

0 comments on commit ed12bfb

Please sign in to comment.