From 27603fe687897572dfc63cfd14ae338f924b58a5 Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 13 Dec 2023 10:24:35 +0100 Subject: [PATCH] dot --- specification/indices/_types/DataStream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/indices/_types/DataStream.ts b/specification/indices/_types/DataStream.ts index 39e62cdf7f..dfca2e64d2 100644 --- a/specification/indices/_types/DataStream.ts +++ b/specification/indices/_types/DataStream.ts @@ -34,7 +34,7 @@ enum ManagedBy { 'Index Lifecycle Management', /** @codegen_name datastream */ // This should have been written with capital letters, it's a known typo and should not be corrected, - // since the test cases have already been written + // since the test cases have already been written. 'Data stream lifecycle', /** @codegen_name unmanaged */ 'Unmanaged'