From a5e313a50b3af4bfa6b23f71b9d939ae3037d3f5 Mon Sep 17 00:00:00 2001
From: Mantas Simkus <mantas.simkus@ongr.io>
Date: Thu, 6 Aug 2015 15:48:37 +0300
Subject: [PATCH] edited ValueCountAggregation docs

---
 docs/Aggregation/ValueCount.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Aggregation/ValueCount.md b/docs/Aggregation/ValueCount.md
index 359403e..fb00439 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" } }
     }
 }
-- 
GitLab