Skip to content

Commit aae2e63

Browse files
committed
[DOCS] Fix typos in flattened field type docs
1 parent c221206 commit aae2e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/types/flattened.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ document content, as it treats all values as keywords and does not provide full
2929
search functionality. The default approach, where each subfield has its own
3030
entry in the mappings, works well in the majority of cases.
3131

32-
An flattened object field can be created as follows:
32+
A flattened object field can be created as follows:
3333

3434
[source,console]
3535
--------------------------------
@@ -112,7 +112,7 @@ When querying, it is not possible to refer to field keys using wildcards, as in
112112
`range`, treat the values as string keywords. Highlighting is not supported on
113113
`flattened` fields.
114114

115-
It is possible to sort on an flattened object field, as well as perform simple
115+
It is possible to sort on a flattened object field, as well as perform simple
116116
keyword-style aggregations such as `terms`. As with queries, there is no
117117
special support for numerics -- all values in the JSON object are treated as
118118
keywords. When sorting, this implies that values are compared

0 commit comments

Comments
 (0)