diff --git a/docs/configuration.md b/docs/configuration.md index f084805c..8a8d7960 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -734,10 +734,10 @@ Microsoft Teams notifications are sent via the [Incoming Webhooks](https://learn [ webhook_url: ] # Message title template. -[ title: | default = '{{ template "teams.default.title" . }}' ] +[ title: | default = '{{ template "msteams.default.title" . }}' ] # Message body template. -[ text: | default = '{{ template "teams.default.text" . }}' ] +[ text: | default = '{{ template "msteams.default.text" . }}' ] # The HTTP client's configuration. [ http_config: | default = global.http_config ]