docs: fix typo in prometheus.md (#16091)

Fixes small `scrape_config` typo in `prometheus.md`
This commit is contained in:
Gregory McCue
2025-01-10 12:02:25 -05:00
committed by GitHub
parent 8b9763dd2c
commit 08dd2ab4cc
+1 -1
View File
@@ -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