Fix indentation in sort docs

This commit fixes the indentation in an example query in the sort docs.

Relates #23561
This commit is contained in:
NFM 2017-03-13 09:08:06 +09:00 committed by Jason Tedor
parent 78a48b102f
commit f8fa5c96aa
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ the average price per document.
PUT /my_index/my_type/1?refresh
{
"product": "chocolate",
"price": [20, 4]
"price": [20, 4]
}
POST /_search