Skip to content

Commit d385dcd

Browse files
JimiHFordnik9000
authored andcommitted
Docs: fix typo in datehistogram (#31972)
1 parent d37ac56 commit d385dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Available expressions for interval: `year` (`1y`), `quarter` (`1q`), `month` (`1
3333
Time values can also be specified via abbreviations supported by <<time-units,time units>> parsing.
3434
Note that fractional time values are not supported, but you can address this by shifting to another
3535
time unit (e.g., `1.5h` could instead be specified as `90m`). Also note that time intervals larger than
36-
than days do not support arbitrary values but can only be one unit large (e.g. `1y` is valid, `2y` is not).
36+
days do not support arbitrary values but can only be one unit large (e.g. `1y` is valid, `2y` is not).
3737

3838
[source,js]
3939
--------------------------------------------------

0 commit comments

Comments
 (0)