Typo fix in Templates documentation (#91348)

fix typo
This commit is contained in:
Ihor 2024-08-05 17:54:48 +03:00 committed by GitHub
parent 114d87bf61
commit dc9dfb4c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Notification templates represent the alternative approach to templating designed
Here is an example of a notification template:
```go
{ define "alerts.message" -}}
{{ define "alerts.message" -}}
{{ if .Alerts.Firing -}}
{{ len .Alerts.Firing }} firing alert(s)
{{ template "alerts.summarize" .Alerts.Firing }}