Skip to content

Commit ed40590

Browse files
lktsywangd
authored andcommitted
Fix more typos in new text docs (elastic#127855)
1 parent 4427d92 commit ed40590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/elasticsearch/mapping-reference/keyword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Will become:
264264

265265
```console-result
266266
{
267-
"kwd": ["bar", "foo", "NA"]
267+
"kwd": ["NA", "bar", "foo"]
268268
}
269269
```
270270

docs/reference/elasticsearch/mapping-reference/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Will become:
158158
```console-result
159159
{
160160
"text": [
161-
"jumped over the lazy dog",
162161
"NA",
162+
"jumped over the lazy dog",
163163
"the quick brown fox"
164164
]
165165
}

0 commit comments

Comments
 (0)