Skip to content

Commit ecd45f1

Browse files
prosanelliclintongormley
authored andcommitted
added missing quotes (elastic#18728)
1 parent 7079312 commit ecd45f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/aggregations/bucket/filters-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ request. The response for this example would be:
116116
{
117117
"doc_count" : 439,
118118
"monthly" : {
119-
"buckets : [
119+
"buckets" : [
120120
... // the histogram monthly breakdown
121121
]
122122
}

0 commit comments

Comments
 (0)