diff --git a/docs/scrollview.md b/docs/scrollview.md index 4c37c6c32fb..952b9e9f83a 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -407,7 +407,7 @@ Enables nested scrolling for Android API level 21+. Called when scrollable content view of the ScrollView changes. -Handler function is passed the content width and content height as parameters: `(contentWidth, contentHeight)` +The handler function will recieve two parameters: the content width and content height `(contentWidth, contentHeight)`. It's implemented using onLayout handler attached to the content container which this ScrollView renders.