diff --git a/docs/reference/search/aggregations/bucket/nested-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/nested-aggregation.asciidoc index 61ad2dc27d6..f5872bdc5dc 100644 --- a/docs/reference/search/aggregations/bucket/nested-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/nested-aggregation.asciidoc @@ -14,7 +14,7 @@ price for the product. The mapping could look like: "product" : { "properties" : { "resellers" : { <1> - "type" : "nested" + "type" : "nested", "properties" : { "name" : { "type" : "string" }, "price" : { "type" : "double" }