diff --git a/doc/Extensions/Alerting.md b/doc/Extensions/Alerting.md
index 1e5f7d08f..99ac39556 100644
--- a/doc/Extensions/Alerting.md
+++ b/doc/Extensions/Alerting.md
@@ -416,13 +416,13 @@ Description: Alias of MySQL's NOW()
Source: `NOW()`
-### Past N Minutes (Datetime)
+### Past N Minutes (Datetime)
-Entity: `%macros.last_$m`
+Entity: `%macros.past_$m`
Description: Returns a MySQL Timestamp dated `$` Minutes in the past. `$` can only be a supported Resolution.
-Example: `%macros.last_5m` is Last 5 Minutes.
+Example: `%macros.past_5m` is Last 5 Minutes.
Resolution: 5,10,15,30,60