Skip to content

Commit 794b091

Browse files
Gil Raphaellijrodewig
authored andcommitted
[DOCS] Fix typos in top metrics agg docs (#54299)
1 parent 68c30ef commit 794b091

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ request. So,
6565

6666
==== `metrics`
6767

68-
`metrics` selects the fields to of the "top" document to return. You can return
69-
a request a single metric with something like `"metric": {"field": "m"}` or multiple
68+
`metrics` selects the fields of the "top" document to return. You can request
69+
a single metric with something like `"metric": {"field": "m"}` or multiple
7070
metrics by requesting a list of metrics like `"metric": [{"field": "m"}, {"field": "i"}`.
7171
Here is a more complete example:
7272

0 commit comments

Comments
 (0)