Skip to content

Commit

Permalink
[DOCS] Fixes callout for Asciidoctor migration (elastic#41127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Apr 11, 2019
1 parent 05cf539 commit e120deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ POST /sales/_search?size=0
"time_zone": "CET",
"ranges": [
{ "to": "2016/02/01" }, <1>
{ "from": "2016/02/01", "to" : "now/d" <2>},
{ "from": "2016/02/01", "to" : "now/d" }, <2>
{ "from": "now/d" }
]
}
Expand Down

0 comments on commit e120deb

Please sign in to comment.