Skip to content

Commit c7e69ca

Browse files
alexmorosmarcoChristoph Büscher
authored and
Christoph Büscher
committed
[Doc] Fixs typo in reverse-nested-aggregation.asciidoc (#28348)
1 parent 8cb7086 commit c7e69ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/reverse-nested-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GET /issues/_search
9393
// TEST[s/_search/_search\?filter_path=aggregations/]
9494

9595
As you can see above, the `reverse_nested` aggregation is put in to a `nested` aggregation as this is the only place
96-
in the dsl where the `reversed_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
96+
in the dsl where the `reverse_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
9797
up in the nested structure.
9898

9999
<1> A `reverse_nested` aggregation that joins back to the root / main document level, because no `path` has been defined.

0 commit comments

Comments
 (0)