Pārlūkot izejas kodu

Docs: Corrected definition of type param of children agg (#23377)

Randall Britten 8 gadi atpakaļ
vecāks
revīzija
98e19cced4

+ 1 - 1
docs/reference/aggregations/bucket/children-aggregation.asciidoc

@@ -5,7 +5,7 @@ A special single bucket aggregation that enables aggregating from buckets on par
 
 This aggregation relies on the <<mapping-parent-field,_parent field>> in the mapping. This aggregation has a single option:
 
-* `type` - The what child type the buckets in the parent space should be mapped to.
+* `type` - The child type that the buckets in the parent space should be mapped to.
 
 For example, let's say we have an index of questions and answers. The answer type has the following `_parent` field in the mapping:
 [source,js]