Skip to content

Commit cba6799

Browse files
committed
doc: 修复文档中的小问题
1 parent 5a5ce94 commit cba6799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/using-a-listview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const FlatListBasics = () => {
5252
export default FlatListBasics;
5353
```
5454

55-
If you want to render a set of data broken into logical sections, maybe with section headers, similar to `UITableView`s on iOS, then a [SectionList](sectionlist.md) is the way to go.
55+
If you want to render a set of data broken into logical sections, maybe with section headers, similar to `UITableView` on iOS, then a [SectionList](sectionlist.md) is the way to go.
5656

5757
```SnackPlayer name=SectionList%20Basics
5858
import React from 'react';

0 commit comments

Comments
 (0)