diff --git a/docs/text.md b/docs/text.md index 9e13d1def70..4fcd97c294d 100644 --- a/docs/text.md +++ b/docs/text.md @@ -310,7 +310,7 @@ See the [Accessibility guide](accessibility#accessible-ios-android) for more inf --- -### `adjustsFontSizeToFit`
iOS
+### `adjustsFontSizeToFit` Specifies whether fonts should be scaled down automatically to fit given style constraints. diff --git a/website/versioned_docs/version-0.62/text.md b/website/versioned_docs/version-0.62/text.md index b495d9f71c1..1abced4de94 100644 --- a/website/versioned_docs/version-0.62/text.md +++ b/website/versioned_docs/version-0.62/text.md @@ -325,9 +325,9 @@ See the [Accessibility guide](accessibility.md#accessible-ios-android) for more Specifies whether fonts should be scaled down automatically to fit given style constraints. -| Type | Required | Platform | -| ---- | -------- | -------- | -| bool | No | iOS | +| Type | Required | +| ---- | -------- | +| bool | No | --- diff --git a/website/versioned_docs/version-0.63/text.md b/website/versioned_docs/version-0.63/text.md index e7c3ef33017..ebbd510d168 100644 --- a/website/versioned_docs/version-0.63/text.md +++ b/website/versioned_docs/version-0.63/text.md @@ -327,9 +327,9 @@ See the [Accessibility guide](accessibility.md#accessible-ios-android) for more Specifies whether fonts should be scaled down automatically to fit given style constraints. -| Type | Required | Platform | -| ---- | -------- | -------- | -| bool | No | iOS | +| Type | Required | +| ---- | -------- | +| bool | No | ---