Skip to content

Commit e9c8c03

Browse files
Anton Dollmaierjrodewig
authored andcommitted
[DOCS] Fix parameter formatting for GeoHash grid agg docs (#53032)
Adds missing colon (`:`) to the parameter definition list.
1 parent db17c94 commit e9c8c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/geohashgrid-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ precision:: Optional. The string length of the geohashes used to define
286286
to precision levels higher than the supported 12 levels,
287287
(e.g. for distances <5.6cm) the value is rejected.
288288

289-
bounds: Optional. The bounding box to filter the points in the bucket.
289+
bounds:: Optional. The bounding box to filter the points in the bucket.
290290

291291
size:: Optional. The maximum number of geohash buckets to return
292292
(defaults to 10,000). When results are trimmed, buckets are

0 commit comments

Comments
 (0)