Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tivvit authored and Ed Welch committed Oct 23, 2019
1 parent 1c1dfa9 commit 7072ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logql.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ elements but with aggregated values:
- `topk`: Select largest k elements by sample value

The aggregation operators can either be used to aggregate over all label
values or a set of distinct label values by including a `withou` or a
values or a set of distinct label values by including a `without` or a
`by` clause:

> `<aggr-op>([parameter,] <vector expression>) [without|by (<label list>)]`
Expand Down

0 comments on commit 7072ed7

Please sign in to comment.