diff --git a/docs/text.md b/docs/text.md index 391d6befbf6..ac30e1752bb 100644 --- a/docs/text.md +++ b/docs/text.md @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+. -| Type | Default | -| ------------------------------------------------ | -------- | -| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` | +| Type | Default | +| ------------------------ | -------- | +| enum(`'none'`, `'full'`) | `'none'` | --- diff --git a/website/versioned_docs/version-0.67/text.md b/website/versioned_docs/version-0.67/text.md index 391d6befbf6..ac30e1752bb 100644 --- a/website/versioned_docs/version-0.67/text.md +++ b/website/versioned_docs/version-0.67/text.md @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+. -| Type | Default | -| ------------------------------------------------ | -------- | -| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` | +| Type | Default | +| ------------------------ | -------- | +| enum(`'none'`, `'full'`) | `'none'` | ---