From b52add3458e174c9399bf343b32ac832856ac46a Mon Sep 17 00:00:00 2001 From: Gregory McCue Date: Fri, 10 Jan 2025 09:04:43 -0500 Subject: [PATCH] docs: fix typo in prometheus.md --- docs/admin/integrations/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/integrations/prometheus.md b/docs/admin/integrations/prometheus.md index 9440d90a19bd0..d849f192aaa3d 100644 --- a/docs/admin/integrations/prometheus.md +++ b/docs/admin/integrations/prometheus.md @@ -59,7 +59,7 @@ spec: ### Prometheus configuration To allow Prometheus to scrape the Coder metrics, you will need to create a -`scape_config` in your `prometheus.yml` file, or in the Prometheus Helm chart +`scrape_config` in your `prometheus.yml` file, or in the Prometheus Helm chart values. The following is an example `scrape_config`. ```yaml