From fca89d0d4cd23f0d047d6c2ab1cabdab2bfa8e6e Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 16 Jun 2025 18:35:29 +0900 Subject: [PATCH] Docs: Typo: mediam->median (#106305) --- .../alerting/fundamentals/alert-rules/queries-conditions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md b/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md index e958f5e1caa..332b65824de 100644 --- a/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md +++ b/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md @@ -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