diff --git a/docs/Aggregation/Children.md b/docs/Aggregation/Children.md
index 4358561d4ca8569a78e081c4bd0ce9e127ca8513..11a14a1ef998aef9b33cd50b81ca1e3072e60f43 100644
--- a/docs/Aggregation/Children.md
+++ b/docs/Aggregation/Children.md
@@ -10,12 +10,12 @@ document types to buckets on child documents.
 ```JSON
 {
     "aggregations": {
-        "agg_author_count": {
+        "author_count": {
             "children": {
                 "type": "answer"
             },
             "aggregations": {
-                "agg_top_names": {
+                "top_names": {
                     "terms": {
                         "field": "owner.display_name"
                     }