diff --git a/docs/Aggregation/ValueCount.md b/docs/Aggregation/ValueCount.md
index 359403ed207a449d03bd976f3ba83798b5c5b831..fb004397c5e5a79f75c235c21de1cc7208fff805 100644
--- a/docs/Aggregation/ValueCount.md
+++ b/docs/Aggregation/ValueCount.md
@@ -8,7 +8,7 @@ A single-value metrics aggregation that counts the number of values that are ext
 
 ```JSON
 {
-    "aggs" : {
+    "aggregations" : {
         "grades_count" : { "value_count" : { "field" : "grade" } }
     }
 }