diff --git a/docs/using-a-scrollview.md b/docs/using-a-scrollview.md index 04704f91099..e4c9dd7e793 100644 --- a/docs/using-a-scrollview.md +++ b/docs/using-a-scrollview.md @@ -3,7 +3,7 @@ id: using-a-scrollview title: Using a ScrollView --- -The [ScrollView](scrollview.md) is a generic scrolling container that can contain multiple components and views. The scrollable items need not be homogeneous, and you can scroll both vertically and horizontally (by setting the `horizontal` property). +The [ScrollView](scrollview.md) is a generic scrolling container that can contain multiple components and views. The scrollable items can be heterogeneous, 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.