From d39c09f9df567b3b9dcc2a3ccf172ea6b52604f2 Mon Sep 17 00:00:00 2001
From: "grafana-delivery-bot[bot]"
<132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
Date: Fri, 20 Sep 2024 15:59:47 +0300
Subject: [PATCH] [v11.2.x] Alerting docs: updates duration type to string
(#93537)
Alerting docs: updates duration type to string (#93532)
* Alerting docs: updates duration type to string
* ran prettier
(cherry picked from commit a2859de5b692e803fffe3706d1dcab96203aa5d4)
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---
docs/sources/shared/alerts/alerting_provisioning.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md
index 647d3ab3d75..7c4bd43ad04 100644
--- a/docs/sources/shared/alerts/alerting_provisioning.md
+++ b/docs/sources/shared/alerts/alerting_provisioning.md
@@ -1659,9 +1659,9 @@ Status: Accepted
### Duration
-| Name | Type | Go type | Default | Description | Example |
-| -------- | ------------------------- | ------- | ------- | ----------- | ------- |
-| Duration | int64 (formatted integer) | int64 | | | |
+| Name | Type | Go type | Default | Description | Example |
+| -------- | ------ | ------- | ------- | ----------- | ------- |
+| Duration | string | int64 | | | |
### EmbeddedContactPoint