From d85255e4dd2cc136896794717e6dfa4b46ae1185 Mon Sep 17 00:00:00 2001 From: lowid Date: Mon, 28 Aug 2023 12:38:50 -0400 Subject: [PATCH] Fix server side repo config document typo (#3711) --- runatlantis.io/docs/server-side-repo-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/server-side-repo-config.md b/runatlantis.io/docs/server-side-repo-config.md index 4c616da66c..83cd3ddc5a 100644 --- a/runatlantis.io/docs/server-side-repo-config.md +++ b/runatlantis.io/docs/server-side-repo-config.md @@ -550,7 +550,7 @@ If you set a workflow with the key `default`, it will override this. | Key | Type | Default | Required | Description | |------------------------|---------------------------|---------|-----------|------------------------------------------| | statsd | [Statsd](#statsd) | none | no | Statsd metrics provider | -| prometheus | [Prometheus](#prometheus) | none | no | Statsd metrics provider | +| prometheus | [Prometheus](#prometheus) | none | no | Prometheus metrics provider | ### Statsd