[DOCS] Fix parameter formatting for GeoHash grid agg docs (#53032)
Adds missing colon (`:`) to the parameter definition list.
This commit is contained in:
parent
52ff341814
commit
35c8226419
|
@ -286,7 +286,7 @@ precision:: Optional. The string length of the geohashes used to define
|
|||
to precision levels higher than the supported 12 levels,
|
||||
(e.g. for distances <5.6cm) the value is rejected.
|
||||
|
||||
bounds: Optional. The bounding box to filter the points in the bucket.
|
||||
bounds:: Optional. The bounding box to filter the points in the bucket.
|
||||
|
||||
size:: Optional. The maximum number of geohash buckets to return
|
||||
(defaults to 10,000). When results are trimmed, buckets are
|
||||
|
|
Loading…
Reference in New Issue