From 6950a080df5ea0c2ce86efc654c7c2eb5753afb2 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Tue, 14 Feb 2023 01:55:19 +0100 Subject: [PATCH] docs(alerting): Correct newline in docu (#420) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef471eb5..2659f7af 100644 --- a/README.md +++ b/README.md @@ -801,7 +801,7 @@ endpoints: | `alerting.pushover.user-key` | User or group key | `""` | | `alerting.pushover.title` | Fixed title for all messages sent via Pushover | Name of your App in Pushover | | `alerting.pushover.priority` | Priority of all messages, ranging from -2 (very low) to 2 (emergency) | `0` | -| `alerting.pushover.sound` | Sound of all messages
See [sounds](https://pushover.net/api#sounds) for all valid choices. | `""` | +| `alerting.pushover.sound` | Sound of all messages
See [sounds](https://pushover.net/api#sounds) for all valid choices. | `""` | | `alerting.pushover.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert) | N/A | ```yaml