change curret to current (#19731)

This commit is contained in:
Marius 2021-10-12 12:37:24 +02:00 committed by GitHub
parent b4948b0464
commit 89ee1acc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ) }}
```