From bab8aa2427f3473ecb63d293a0e6d6ba9ecf3531 Mon Sep 17 00:00:00 2001 From: Aivaras Gotovskis <aivaras.gotovskis@ongr.io> Date: Wed, 8 Jul 2015 13:50:47 +0300 Subject: [PATCH] Fix typo in aggregation doc. --- docs/Aggregation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Aggregation/index.md b/docs/Aggregation/index.md index ffc3dfe..0d3bce5 100644 --- a/docs/Aggregation/index.md +++ b/docs/Aggregation/index.md @@ -18,7 +18,7 @@ aggregations supports nesting while metric aggregations will ignore any set nest ## Nesting aggregations -Bucketing aggregation can have anu number nested aggregations and nesting can go to unlimited depth. +Bucketing aggregation can have any number nested aggregations and nesting can go to unlimited depth. Example nested aggregation. ```JSON -- GitLab