[DOCS] Fixes callout for Asciidoctor migration (#41127)

This commit is contained in:
Lisa Cawley 2019-04-11 12:04:04 -07:00 committed by lcawl
parent 05cf53934a
commit e120deb08f
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ POST /sales/_search?size=0
"time_zone": "CET", "time_zone": "CET",
"ranges": [ "ranges": [
{ "to": "2016/02/01" }, <1> { "to": "2016/02/01" }, <1>
{ "from": "2016/02/01", "to" : "now/d" <2>}, { "from": "2016/02/01", "to" : "now/d" }, <2>
{ "from": "now/d" } { "from": "now/d" }
] ]
} }