Skip to content

Commit b793214

Browse files
anagstefbrandyscarney
authored andcommitted
docs(virtual-scroll): update virtualTrackBy header (#19508)
1 parent 407db75 commit b793214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/virtual-scroll/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ how many items should be built. With "approx" property inputs, such as
8282
therefore allowing virtual scroll to decide how many items should be
8383
created.
8484

85-
#### Changing dataset should use `virtualTrackBy`
85+
#### Changing dataset should use `trackBy`
8686

8787
It is possible for the identities of elements in the iterator to change
8888
while the data does not. This can happen, for example, if the iterator

0 commit comments

Comments
 (0)