Browse Source

Spelling error of aggregation

londocr 11 years ago
parent
commit
1213eec834

+ 2 - 2
docs/reference/search/aggregations/metrics/min-aggregation.asciidoc

@@ -29,7 +29,7 @@ Response:
 }
 --------------------------------------------------
 
-As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggreagtion result can be retrieved from the returned response.
+As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggregation result can be retrieved from the returned response.
 
 ==== Script
 
@@ -64,4 +64,4 @@ Let's say that the prices of the documents in our index are in USD, but we would
         }
     }
 }
---------------------------------------------------
+--------------------------------------------------