Fix Docs: default (#3550)

Signed-off-by: Lukas Hauser <github@luka5.de>
This commit is contained in:
Lukas Hauser 2023-10-12 17:30:32 +02:00 committed by GitHub
parent 573e2c3694
commit 318d2a3abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -734,10 +734,10 @@ Microsoft Teams notifications are sent via the [Incoming Webhooks](https://learn
[ webhook_url: <secret> ]
# Message title template.
[ title: <tmpl_string> | default = '{{ template "teams.default.title" . }}' ]
[ title: <tmpl_string> | default = '{{ template "msteams.default.title" . }}' ]
# Message body template.
[ text: <tmpl_string> | default = '{{ template "teams.default.text" . }}' ]
[ text: <tmpl_string> | default = '{{ template "msteams.default.text" . }}' ]
# The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ]