From 04d1c4a6d4d47d5ca71aa9f0512c090f04b8ab80 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 4 Apr 2022 07:59:58 -0500 Subject: [PATCH] Fix typo in library panel docs (#47217) --- docs/sources/panels/library-panels/about-library-panels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels/library-panels/about-library-panels.md b/docs/sources/panels/library-panels/about-library-panels.md index f9d4c693164..39cc1cc7bf0 100644 --- a/docs/sources/panels/library-panels/about-library-panels.md +++ b/docs/sources/panels/library-panels/about-library-panels.md @@ -6,6 +6,6 @@ aliases = ["/docs/sources/panels/library-panels/about-library-panels/"] # About Grafana panel libraries -A library panel is a reusable panel that you can use in any dashboard. When you make a change to a library panel, that change propegates to all instances of where the panel is used. Library panels streamline reuse of panels across multiple dashboards. +A library panel is a reusable panel that you can use in any dashboard. When you make a change to a library panel, that change propagates to all instances of where the panel is used. Library panels streamline reuse of panels across multiple dashboards. You can save a library panel in a folder alongside saved dashboards.