소스 검색

fixing typo in nested-aggregation.asciidoc (#26481)

shaulzorea 8 년 전
부모
커밋
666cf4b872
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/aggregations/bucket/nested-aggregation.asciidoc

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

@@ -3,7 +3,7 @@
 
 A special single bucket aggregation that enables aggregating nested documents.
 
-For example, lets say we have a index of products, and each product holds the list of resellers - each having its own
+For example, lets say we have an index of products, and each product holds the list of resellers - each having its own
 price for the product. The mapping could look like:
 
 [source,js]