Skip to content

Commit a2c5246

Browse files
authored
ScrollView: update alwaysBounceVertical prop description (#4703)
1 parent 6b9cafa commit a2c5246

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

docs/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.77/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.78/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.79/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.80/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.81/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

0 commit comments

Comments
 (0)