Skip to content

Commit f6be947

Browse files
ScrollView: rephrase onContentSizeChange description (facebook#3357)
Co-authored-by: Nicola Corti <[email protected]>
1 parent 37d85ba commit f6be947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scrollview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Enables nested scrolling for Android API level 21+.
407407

408408
Called when scrollable content view of the ScrollView changes.
409409

410-
Handler function is passed the content width and content height as parameters: `(contentWidth, contentHeight)`
410+
The handler function will recieve two parameters: the content width and content height `(contentWidth, contentHeight)`.
411411

412412
It's implemented using onLayout handler attached to the content container which this ScrollView renders.
413413

0 commit comments

Comments
 (0)