From 18e40db60a957cf233afeb442bddca62a03e45e9 Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Sun, 25 Aug 2024 08:46:00 +0200 Subject: [PATCH] docs: fix typo (#2235) --- docs/tutorials/grafana-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/grafana-dashboard.md b/docs/tutorials/grafana-dashboard.md index c45ee46bf..84e80a4d6 100644 --- a/docs/tutorials/grafana-dashboard.md +++ b/docs/tutorials/grafana-dashboard.md @@ -207,7 +207,7 @@ Once pasted, you should see the following dashboard as part of your Dashboard li #### Using the Grafana Helm Chart -The Grafana Helm chart supports importing the dashboard. To import the dashbaord using the ID, the Helm chart requires both a dashboard provider, as well as the dashboard itself as shown in the snippet below. +The Grafana Helm chart supports importing the dashboard. To import the dashboard using the ID, the Helm chart requires both a dashboard provider, as well as the dashboard itself as shown in the snippet below. In the [Grafana Helm chart documentation](https://github.com/grafana/helm-charts/tree/main/charts/grafana#import-dashboards), you find examples of importing a dashboard with the dashboard ID. ```yaml