From d87396bc0efd39fd3fd683c6288290c41cc1b2f4 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Thu, 12 Dec 2024 22:11:42 +0100 Subject: [PATCH] DOCS: [Notifications]: Renamed 'notification types' to 'notification services'. --- documentation/notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/notifications.md b/documentation/notifications.md index 06e80fcee3..ceddbe89a9 100644 --- a/documentation/notifications.md +++ b/documentation/notifications.md @@ -4,7 +4,7 @@ DNSControl includes built-in support for notifications, enabling you to post mes ## Configuration -Notifications are set up in your credentials JSON file. They will use the `notifications` key to look for keys or configuration needed for various notification types. +Notifications are set up in your credentials JSON file. They will use the `notifications` key to look for keys or configuration needed for various notification services. {% code title="creds.json" %} ```json @@ -62,7 +62,7 @@ dnscontrol push --notify Successfully ran correction for **example.com[my_provider]** - CREATE foo.example.com A 1.2.3.4 ttl=86400 ``` -## Notification types +## Notification services ### Slack/Mattermost