diff --git a/docs/using-a-listview.md b/docs/using-a-listview.md index 878344e305d..cf13fa66a6c 100644 --- a/docs/using-a-listview.md +++ b/docs/using-a-listview.md @@ -52,7 +52,7 @@ const FlatListBasics = () => { export default FlatListBasics; ``` -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. +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. ```SnackPlayer name=SectionList%20Basics import React from 'react';