[docs] fix typo in getting-started

Closes #8354
This commit is contained in:
Kevin Kluge 2014-11-05 11:05:22 -08:00 committed by Clinton Gormley
parent f430c44af2
commit c473976e31
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ curl -XPOST 'localhost:9200/bank/_search?pretty' -d '
}'
--------------------------------------------------
This example demonstrates how we can group by age brackets (ages 20-29, 30-29, and 40-49), then by gender, and then finally get the average account balance, per age bracket, per gender:
This example demonstrates how we can group by age brackets (ages 20-29, 30-39, and 40-49), then by gender, and then finally get the average account balance, per age bracket, per gender:
[source,sh]
--------------------------------------------------