From 4b558159f4f91da0020ae422dee28afe52c1a6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 23 Nov 2023 13:51:22 +0100 Subject: [PATCH] Capitalize acronyms --- specification/esql/query/QueryRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/esql/query/QueryRequest.ts b/specification/esql/query/QueryRequest.ts index 3571e34140..d085a570ba 100644 --- a/specification/esql/query/QueryRequest.ts +++ b/specification/esql/query/QueryRequest.ts @@ -43,7 +43,7 @@ export interface Request extends RequestBase { */ body: { /** - * By default, ES|QL returns results as rows. For example, FROM returns each individual document as one row. For the json, yaml, cbor and smile formats, ES|QL can return the results in a columnar fashion where one row represents all the values of a certain column in the results. + * By default, ES|QL returns results as rows. For example, FROM returns each individual document as one row. For the JSON, YAML, CBOR and smile formats, ES|QL can return the results in a columnar fashion where one row represents all the values of a certain column in the results. */ columnar?: boolean /**