Skip to content

Commit 5c04319

Browse files
authored
docs: fix a small issue on "Using List Views" page (#4823)
1 parent f396ff0 commit 5c04319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)