Browse Source

Update filter-aggregation.asciidoc (#24138)

Fix a discrepancy between the example and the prose.
Ulugbek Baymuradov 8 years ago
parent
commit
9cb477d387
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/bucket/filter-aggregation.asciidoc

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

@@ -22,7 +22,7 @@ POST /sales/_search?size=0
 // CONSOLE
 // TEST[setup:sales]
 
-In the above example, we calculate the average price of all the products that are red.
+In the above example, we calculate the average price of all the products that are of type t-shirt.
 
 Response: