From 87985de403de2d7202fe711b163bc991762aa64b Mon Sep 17 00:00:00 2001 From: Sebastian Wallin Date: Wed, 16 Sep 2015 16:02:30 +0200 Subject: [PATCH] Corrected spelling mistake in AggregationMixin.js --- src/mixins/AggregationMixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/AggregationMixin.js b/src/mixins/AggregationMixin.js index 86835ee..ddff96f 100644 --- a/src/mixins/AggregationMixin.js +++ b/src/mixins/AggregationMixin.js @@ -14,7 +14,7 @@ return { /** - Add a nesated aggregation. This method can be called multiple times + Add a nested aggregation. This method can be called multiple times in order to set multiple nested aggregations what will be executed at the same time as the parent aggregation. @@ -41,7 +41,7 @@ }, /** - Add a nesated aggregation. This method can be called multiple times + Add a nested aggregation. This method can be called multiple times in order to set multiple nested aggregations what will be executed at the same time as the parent aggregation. Alias for the aggregation method.