Skip to content

Commit

Permalink
Docs: fix typo in datehistogram (elastic#31972)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiHFord authored and nik9000 committed Jul 11, 2018
1 parent b83e99a commit e955ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Available expressions for interval: `year` (`1y`), `quarter` (`1q`), `month` (`1
Time values can also be specified via abbreviations supported by <<time-units,time units>> parsing.
Note that fractional time values are not supported, but you can address this by shifting to another
time unit (e.g., `1.5h` could instead be specified as `90m`). Also note that time intervals larger than
than days do not support arbitrary values but can only be one unit large (e.g. `1y` is valid, `2y` is not).
days do not support arbitrary values but can only be one unit large (e.g. `1y` is valid, `2y` is not).

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit e955ffc

Please sign in to comment.