From 32d3ee2cfc3232e16bc591da1186edab505cb066 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Fri, 25 Oct 2024 14:37:19 +0100 Subject: [PATCH] Minor fix for source code documentation in MlPutDatafeedRequest (#3082) --- specification/ml/put_datafeed/MlPutDatafeedRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts index 34b496dc29..839dd456d2 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -39,7 +39,7 @@ import { Duration } from '@_types/Time' * Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. * You can associate only one datafeed with each anomaly detection job. * The datafeed contains a query that runs at a defined interval (`frequency`). - * If you are concerned about delayed data, you can add a delay (`query_delay') at each interval. + * If you are concerned about delayed data, you can add a delay (`query_delay`) at each interval. * When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had * at the time of creation and runs the query using those same roles. If you provide secondary authorization headers, * those credentials are used instead.