From e53405f4f37f04d33a430caa1bbd7e0b742256f9 Mon Sep 17 00:00:00 2001 From: Sumit Gupta Date: Tue, 15 Nov 2016 15:17:39 +0530 Subject: [PATCH] Update geohashgrid-aggregation.asciidoc (#21530) --- .../aggregations/bucket/geohashgrid-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/bucket/geohashgrid-aggregation.asciidoc b/docs/reference/aggregations/bucket/geohashgrid-aggregation.asciidoc index 9963b48fb04..17ca509e3c5 100644 --- a/docs/reference/aggregations/bucket/geohashgrid-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/geohashgrid-aggregation.asciidoc @@ -76,7 +76,7 @@ When requesting detailed buckets (typically for displaying a "zoomed in" map) a "zoom1":{ "geohash_grid" : { "field":"location", - "precision":8, + "precision":8 } } }