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

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 }}