diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 3d5f52d9457..34b7ce86ed7 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -288,7 +288,7 @@ The same thing can also be expressed as a filter: {% raw %} ```yaml - # 77 minutes before curret time. + # 77 minutes before current time. {{ now() - timedelta( hours = 1, minutes = 17 ) }} ```