Skip to content

Commit adcf4be

Browse files
authored
chore(alerts): fix typo in docs (#388)
1 parent 77b0c74 commit adcf4be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/docs/r/monitor_alert_v2_downtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ By defining this field, the user can choose to which notification channels send
6161

6262
It is a list of objects with the following fields:
6363
* `id` - (Required) The ID of the notification channel.
64-
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
64+
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
6565
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
6666

6767
### `custom_notification`

website/docs/r/monitor_alert_v2_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ By defining this field, the user can choose to which notification channels send
7373

7474
It is a list of objects with the following fields:
7575
* `id` - (Required) The ID of the notification channel.
76-
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
76+
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
7777
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
7878
* `main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
7979
* `warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.

website/docs/r/monitor_alert_v2_metric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ By defining this field, the user can choose to which notification channels send
7171

7272
It is a list of objects with the following fields:
7373
* `id` - (Required) The ID of the notification channel.
74-
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
74+
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
7575
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
7676
* `main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
7777
* `warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.

website/docs/r/monitor_alert_v2_prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ By defining this field, the user can choose to which notification channels send
5050

5151
It is a list of objects with the following fields:
5252
* `id` - (Required) The ID of the notification channel.
53-
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled.
53+
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled.
5454
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
5555

5656
### `custom_notification`

0 commit comments

Comments
 (0)