Docs: Fix missing comma and boolean true

Closes #9350
This commit is contained in:
eBuildy 2015-01-19 14:10:53 +01:00 committed by Clinton Gormley
parent e037250ce9
commit 85ef44fd73
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ Example:
"aggs" : {
"viewport" : {
"geo_bounds" : {
"field" : "location" <1>
"wrap_longitude" : "true" <2>
"field" : "location", <1>
"wrap_longitude" : true <2>
}
}
}