Docs: Typo: mediam->median (#106305)

This commit is contained in:
Bryan Boreham
2025-06-16 12:35:29 +03:00
committed by GitHub
parent 6097841e67
commit fca89d0d4c
@@ -114,7 +114,7 @@ Aggregates time series values within the selected time range into a single numbe
Reduce takes one or more time series and transform each series into a single number, which can then be compared in the alert condition.
The following aggregations functions are included: `Min`, `Max`, `Mean`, `Mediam`, `Sum`, `Count`, and `Last`. For more details, refer to the [Reduce documentation](ref:reduce-operation).
The following aggregations functions are included: `Min`, `Max`, `Mean`, `Median`, `Sum`, `Count`, and `Last`. For more details, refer to the [Reduce documentation](ref:reduce-operation).
### Math