瀏覽代碼

[Doc] Fixs typo in reverse-nested-aggregation.asciidoc (#28348)

Alex Moros Marco 7 年之前
父節點
當前提交
090ac3c2a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/bucket/reverse-nested-aggregation.asciidoc

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

@@ -93,7 +93,7 @@ GET /issues/_search
 // TEST[s/_search/_search\?filter_path=aggregations/]
 
 As you can see above, the `reverse_nested` aggregation is put in to a `nested` aggregation as this is the only place
-in the dsl where the `reversed_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
+in the dsl where the `reverse_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
 up in the nested structure.
 
 <1> A `reverse_nested` aggregation that joins back to the root / main document level, because no `path` has been defined.