diff --git a/docs/scrollview.md b/docs/scrollview.md index 57803a9efbd..25428dee53c 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -102,9 +102,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | ---