From c9cba7bba4f48a8782b3857e11cc78e5c3849076 Mon Sep 17 00:00:00 2001 From: Karim Frenn Date: Tue, 8 May 2018 15:12:04 +0100 Subject: [PATCH] [Docs] Fix typo in cardinality-aggregation.asciidoc (#30434) --- .../aggregations/metrics/cardinality-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc b/docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc index 7fccdad5bb234..99f0b52b378e2 100644 --- a/docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc +++ b/docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc @@ -63,7 +63,7 @@ POST /sales/_search?size=0 defines a unique count below which counts are expected to be close to accurate. Above this value, counts might become a bit more fuzzy. The maximum supported value is 40000, thresholds above this number will have the same -effect as a threshold of 40000. The default values is +3000+. +effect as a threshold of 40000. The default value is +3000+. ==== Counts are approximate