diff --git a/docs/reference/aggregations/misc.asciidoc b/docs/reference/aggregations/misc.asciidoc index 074a6eaaca3..1be8373c1ee 100644 --- a/docs/reference/aggregations/misc.asciidoc +++ b/docs/reference/aggregations/misc.asciidoc @@ -44,7 +44,7 @@ Consider this example where we want to associate the color blue with our `terms` -------------------------------------------------- { ... - aggs": { + "aggs": { "titles": { "terms": { "field": "title"