Skip to content

Commit 492cfd6

Browse files
hannesvdvrekenpolyfractal
authored andcommitted
Fix typo in DateRange docs (yyy → yyyy) (#38883)
1 parent ea231ba commit 492cfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ POST /sales/_search?size=0
2020
"range": {
2121
"date_range": {
2222
"field": "date",
23-
"format": "MM-yyy",
23+
"format": "MM-yyyy",
2424
"ranges": [
2525
{ "to": "now-10M/M" }, <1>
2626
{ "from": "now-10M/M" } <2>

0 commit comments

Comments
 (0)