Browse Source

[DOCS] link fix (#53973)

Fix bad link in top_metrics.
Paweł Krześniak 5 years ago
parent
commit
de1229cc2b

+ 1 - 1
docs/reference/aggregations/metrics/top-metrics-aggregation.asciidoc

@@ -50,7 +50,7 @@ faster.
 
 The `sort` field in the metric request functions exactly the same as the `sort` field in the
 <<request-body-search-sort, search>> request except:
-* It can't be used on <<binary,binary>>, <<flattened,flattened>, <<ip,ip>>,
+* It can't be used on <<binary,binary>>, <<flattened,flattened>>, <<ip,ip>>,
 <<keyword,keyword>>, or <<text,text>> fields.
 * It only supports a single sort value so which document wins ties is not specified.