Skip to content

Commit

Permalink
fixing typo in datehistogram-aggregation.asciidoc (#26924)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulzorea authored and bleskes committed Oct 8, 2017
1 parent 6825caf commit 9db21cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ deprecated[6.0.0, Use `_key` instead of `_time` to order buckets by their dates/

There are some cases where date histogram can't help us, like for example, when we need
to aggregate the results by day of the week.
In this case to overcame the problem, we can use a script that returns the day of the week:
In this case to overcome the problem, we can use a script that returns the day of the week:


[source,js]
Expand Down

0 comments on commit 9db21cd

Please sign in to comment.