diff --git a/output/schema/schema.json b/output/schema/schema.json index ba88a04d0a..f78e1f7646 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -112830,7 +112830,7 @@ }, "properties": [ { - "description": "[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will\napply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.", + "description": "[preview] This functionality is in technical preview and may be changed or removed in a future release.\nElastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.", "name": "limit", "required": false, "type": { diff --git a/specification/indices/_types/IndexSettings.ts b/specification/indices/_types/IndexSettings.ts index 95f6f95ccd..00b47e0720 100644 --- a/specification/indices/_types/IndexSettings.ts +++ b/specification/indices/_types/IndexSettings.ts @@ -463,8 +463,8 @@ export class MappingLimitSettingsFieldNameLength { export class MappingLimitSettingsDimensionFields { /** - * [preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will - * apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. + * [preview] This functionality is in technical preview and may be changed or removed in a future release. + * Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. */ limit?: integer }