From e2c404518b4c229434c30cd1d2f84c3965bcdb90 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Fri, 1 May 2020 10:11:53 +0530 Subject: [PATCH] Minor correction in doc (#24129) * Minor correction in doc * Update docs/sources/plugins/developing/plugin-review-guidelines.md Co-authored-by: Arve Knudsen Co-authored-by: Arve Knudsen --- docs/sources/plugins/developing/plugin-review-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/plugin-review-guidelines.md b/docs/sources/plugins/developing/plugin-review-guidelines.md index 1cca69417ab..d3f7dc087aa 100644 --- a/docs/sources/plugins/developing/plugin-review-guidelines.md +++ b/docs/sources/plugins/developing/plugin-review-guidelines.md @@ -13,7 +13,7 @@ The Grafana team reviews all plugins that are published on Grafana.com. There ar ## Metadata -The plugin metadata consists of a `plugin.json` file and the README.md file. These `plugin.json` file is used by Grafana to load the plugin and the README.md file is shown in the plugins section of Grafana and the plugins section of Grafana.com. +The plugin metadata consists of a `plugin.json` file and the README.md file. The `plugin.json` file is used by Grafana to load the plugin, and the README.md file is shown in the plugins section of Grafana and the plugins section of https://grafana.com. ### README.md