Skip to content

Commit cdc2aa3

Browse files
JUSTIVEtangbc
authored andcommitted
Fixed typo in the README.md
I just found a single wrong typo, and I couldn't just pass by
1 parent aa25f0c commit cdc2aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ According to the demos above, here are lists of approximate statistics:
197197
| Prop | Type | Required | Description |
198198
|---------------|---------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
199199
| size | Number || Each list item height, in variable height, this prop just use to calculate the virtual-list outside container viewport fixed height. |
200-
| remain | Number || How many items should be shown in virtual-list viewport, so `size` and `remain` determine the outside container viewport height (`size × remian`). |
200+
| remain | Number || How many items should be shown in virtual-list viewport, so `size` and `remain` determine the outside container viewport height (`size × remain`). |
201201

202202
> Props of performance:
203203

0 commit comments

Comments
 (0)