diff --git a/docs/Aggregation/TopHits.md b/docs/Aggregation/TopHits.md
index 33ba81ea357109dd0d271f4ad8de6d06c70973e7..f70995be58711964ae1b7aa3841626f962e686f1 100644
--- a/docs/Aggregation/TopHits.md
+++ b/docs/Aggregation/TopHits.md
@@ -16,7 +16,7 @@ so that the top matching documents can be aggregated per bucket.
                 "field": "tags",
                 "size": 3
             },
-            "aggs": {
+            "aggregations": {
                 "top_tag_hits": {
                     "top_hits": {
                         "sort": [