Fix typo in filters aggregation docs (#21690)

This commit is contained in:
Chris Fritz 2016-11-21 20:52:22 +09:00 committed by Clinton Gormley
parent 71a21b3208
commit 546fa92d61

View File

@ -107,7 +107,7 @@ request. The response for this example would be:
{
"doc_count" : 34,
"monthly" : {
"buckets : [
"buckets" : [
... // the histogram monthly breakdown
]
}
@ -115,7 +115,7 @@ request. The response for this example would be:
{
"doc_count" : 439,
"monthly" : {
"buckets : [
"buckets" : [
... // the histogram monthly breakdown
]
}