Skip to content

Commit 33fdca8

Browse files
authored
Fix typos in new text docs (#127790)
1 parent e2f9305 commit 33fdca8

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ PUT idx/_doc/1
148148
null,
149149
"the quick brown fox",
150150
"the quick brown fox",
151-
"jumped over the lazy dog",
151+
"jumped over the lazy dog"
152152
]
153153
}
154154
```
@@ -158,7 +158,7 @@ Will become:
158158
```console-result
159159
{
160160
"text": [
161-
"jumped over the lazy dog"
161+
"jumped over the lazy dog",
162162
"NA",
163163
"the quick brown fox"
164164
]

0 commit comments

Comments
 (0)