From 7acea2a1090abd389914bdbb74f641d846fc50ad Mon Sep 17 00:00:00 2001 From: i-ky Date: Sat, 13 Oct 2018 00:45:05 +0300 Subject: [PATCH 1/2] fixed a typo --- docs/sources/plugins/developing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/development.md b/docs/sources/plugins/developing/development.md index f2e70a50c6a..e7ebc9f7e7b 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -10,7 +10,7 @@ weight = 1 # Developer Guide -You can extend Grafana by writing your own plugins and then share then with other users in [our plugin repository](https://grafana.com/plugins). +You can extend Grafana by writing your own plugins and then share them with other users in [our plugin repository](https://grafana.com/plugins). ## Short version From e950fa79839f54b23f3f076762b7904308724b24 Mon Sep 17 00:00:00 2001 From: i-ky Date: Sat, 13 Oct 2018 01:15:16 +0300 Subject: [PATCH 2/2] fixed a typo --- docs/sources/plugins/developing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/development.md b/docs/sources/plugins/developing/development.md index e7ebc9f7e7b..58c3154d09f 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -33,7 +33,7 @@ There are two blog posts about authoring a plugin that might also be of interest ## What languages? Since everything turns into javascript it's up to you to choose which language you want. That said it's probably a good idea to choose es6 or typescript since -we use es6 classes in Grafana. So it's easier to get inspiration from the Grafana repo is you choose one of those languages. +we use es6 classes in Grafana. So it's easier to get inspiration from the Grafana repo if you choose one of those languages. ## Buildscript