From 58955b469921eea0ecb9027a81ec6a5340ecb6f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Kolomiiets Date: Tue, 6 May 2025 15:19:59 -0700 Subject: [PATCH] Fix typos in new text docs --- docs/reference/elasticsearch/mapping-reference/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/elasticsearch/mapping-reference/text.md b/docs/reference/elasticsearch/mapping-reference/text.md index ff7d698c4bf61..391e565fc7150 100644 --- a/docs/reference/elasticsearch/mapping-reference/text.md +++ b/docs/reference/elasticsearch/mapping-reference/text.md @@ -148,7 +148,7 @@ PUT idx/_doc/1 null, "the quick brown fox", "the quick brown fox", - "jumped over the lazy dog", + "jumped over the lazy dog" ] } ``` @@ -158,7 +158,7 @@ Will become: ```console-result { "text": [ - "jumped over the lazy dog" + "jumped over the lazy dog", "NA", "the quick brown fox" ]