mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(virtual-scroll) fix typo in virtual scroll (#11533)
This commit is contained in:
@ -190,7 +190,7 @@ import { VirtualHeader } from './virtual-header';
|
|||||||
* virtual scroll isn't aware of the dimensions until after they have been
|
* virtual scroll isn't aware of the dimensions until after they have been
|
||||||
* rendered. For the initial render, virtual scroll still needs to set
|
* rendered. For the initial render, virtual scroll still needs to set
|
||||||
* how many items should be built. With "approx" property inputs, such as
|
* how many items should be built. With "approx" property inputs, such as
|
||||||
* `approxItemHeight`, we're able to give virtual sroll an approximate size,
|
* `approxItemHeight`, we're able to give virtual scroll an approximate size,
|
||||||
* therefore allowing virtual scroll to decide how many items should be
|
* therefore allowing virtual scroll to decide how many items should be
|
||||||
* created.
|
* created.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user