From a665277e1b2a909ca08eaadb8f9df08c1544c1a7 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Fri, 26 Sep 2025 16:00:17 +0200 Subject: [PATCH] Fix typo in inlinestats-by.md documentation --- .../esql/_snippets/commands/layout/inlinestats-by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-languages/esql/_snippets/commands/layout/inlinestats-by.md b/docs/reference/query-languages/esql/_snippets/commands/layout/inlinestats-by.md index 74e730dd218c6..3b0c0934e12b8 100644 --- a/docs/reference/query-languages/esql/_snippets/commands/layout/inlinestats-by.md +++ b/docs/reference/query-languages/esql/_snippets/commands/layout/inlinestats-by.md @@ -76,7 +76,7 @@ by the values of another column. :::{note} The `languages` column moves to the last position in the output table because it is -a column overriden by the `INLINE STATS` command (it's the grouping key) and it is the last column defined by it. +a column overridden by the `INLINE STATS` command (it's the grouping key) and it is the last column defined by it. ::: :::{include} ../examples/inlinestats.csv-spec/max-salary.md