diff --git a/docs/developing-prometheus-rules-and-grafana-dashboards.md b/docs/developing-prometheus-rules-and-grafana-dashboards.md index e0dbf7528117e76de5481bdfd33ed5955381d7cc..b9ae2b9b548f91196371a2eb9dbc5f45490b5f90 100644 --- a/docs/developing-prometheus-rules-and-grafana-dashboards.md +++ b/docs/developing-prometheus-rules-and-grafana-dashboards.md @@ -214,7 +214,7 @@ local update = { }, }; ``` -Using the example from above about adding in pre-rendered rules, the new local vaiables can be added in as follows: +Using the example from above about adding in pre-rendered rules, the new local variables can be added in as follows: ```jsonnet local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + filter + update + { prometheusAlerts+:: (import 'existingrule.json'),