From c1ff35a7ee0a8bfa5a7e0c2a8e99df2699c27777 Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Fri, 21 Jan 2022 08:10:48 -0700 Subject: [PATCH] Fix typos in READMEs (#44084) packaging/docker/README.md:31: compatability ==> compatibility public/app/plugins/panel/debug/README.md:5: performace ==> performance --- packaging/docker/README.md | 2 +- public/app/plugins/panel/debug/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/docker/README.md b/packaging/docker/README.md index fcce71778f9..ea592592fce 100644 --- a/packaging/docker/README.md +++ b/packaging/docker/README.md @@ -28,7 +28,7 @@ Further documentation can be found at http://docs.grafana.org/installation/docke ### v7.3.0-beta1 -- OpenShift compatability. [#27813](https://github.com/grafana/grafana/pull/27813), [@xlson](https://github.com/grafana/grafana/pull/27813) +- OpenShift compatibility. [#27813](https://github.com/grafana/grafana/pull/27813), [@xlson](https://github.com/grafana/grafana/pull/27813) ### v7.0.0-beta3 diff --git a/public/app/plugins/panel/debug/README.md b/public/app/plugins/panel/debug/README.md index 1cb1ea9942d..c3fbd1153e9 100644 --- a/public/app/plugins/panel/debug/README.md +++ b/public/app/plugins/panel/debug/README.md @@ -2,4 +2,4 @@ The Debug Panel is **included** with Grafana. -This panel shows render information helpful in debugging query execution and panel rendering performace. +This panel shows render information helpful in debugging query execution and panel rendering performance.