diff --git a/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/esql_documentation_sections.tsx b/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/esql_documentation_sections.tsx index 4fd07c0b5dfd3..d0f92f5c8ed18 100644 --- a/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/esql_documentation_sections.tsx +++ b/src/plugins/unified_search/public/query_string_input/text_based_languages_editor/esql_documentation_sections.tsx @@ -80,7 +80,7 @@ The \`ROW\` source command produces a row with one or more columns with values t ROW a = 1, b = "two", c = null \`\`\` -Use angle brackets to create multi-value columns: +Use square brackets to create multi-value columns: \`\`\` ROW a = [2, 1]