diff --git a/Libraries/Lists/SectionList.js b/Libraries/Lists/SectionList.js index cbca922c7..775685131 100644 --- a/Libraries/Lists/SectionList.js +++ b/Libraries/Lists/SectionList.js @@ -220,7 +220,7 @@ type DefaultProps = typeof defaultProps; * } * renderSectionHeader={({section}) =>
} - * sections={[ // homogenous rendering between sections + * sections={[ // homogeneous rendering between sections * {data: [...], title: ...}, * {data: [...], title: ...}, * {data: [...], title: ...}, diff --git a/docs/UsingAScrollView.md b/docs/UsingAScrollView.md index dbff13f20..94be9736c 100644 --- a/docs/UsingAScrollView.md +++ b/docs/UsingAScrollView.md @@ -8,7 +8,7 @@ next: using-a-listview previous: handling-touches --- -The [ScrollView](docs/scrollview.html) is a generic scrolling container that can host multiple components and views. The scrollable items need not be homogenous, and you can scroll both vertically and horizontally (by setting the `horizontal` property). +The [ScrollView](docs/scrollview.html) is a generic scrolling container that can host multiple components and views. The scrollable items need not be homogeneous, and you can scroll both vertically and horizontally (by setting the `horizontal` property). This example creates a vertical `ScrollView` with both images and text mixed together.