fixing typo in nested-aggregation.asciidoc (#26481)

This commit is contained in:
shaulzorea 2017-09-03 21:39:39 -07:00 committed by Martijn van Groningen
parent 279be13a00
commit 666cf4b872
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
A special single bucket aggregation that enables aggregating nested documents.
For example, lets say we have a index of products, and each product holds the list of resellers - each having its own
For example, lets say we have an index of products, and each product holds the list of resellers - each having its own
price for the product. The mapping could look like:
[source,js]