From 015c88d28866e0f34eb079b1a8714702b62ee6b3 Mon Sep 17 00:00:00 2001 From: lowid Date: Mon, 28 Aug 2023 11:39:40 -0400 Subject: [PATCH] Fix server side repo config document typo --- 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