Skip to content

Commit

Permalink
Fix Docs: default
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Hauser <[email protected]>
  • Loading branch information
luka5 authored Oct 9, 2023
1 parent e92d29d commit c399d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit c399d60

Please sign in to comment.