Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mixins/AggregationMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down