Skip to content

Commit aaade40

Browse files
janklimocbuescher
authored andcommitted
Docs: Fixed missing closing double quotes (#26089)
1 parent 1b14702 commit aaade40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ request. The response for this example would be:
107107
{
108108
"doc_count" : 34,
109109
"monthly" : {
110-
"buckets : [
110+
"buckets" : [
111111
... // the histogram monthly breakdown
112112
]
113113
}
114114
},
115115
{
116116
"doc_count" : 439,
117117
"monthly" : {
118-
"buckets : [
118+
"buckets" : [
119119
... // the histogram monthly breakdown
120120
]
121121
}

0 commit comments

Comments
 (0)