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" ]