Просмотр исходного кода

Merge pull request #13657 from i-ky/patch-1

Typos in plugin development documentation
Torkel Ödegaard 7 лет назад
Родитель
Сommit
8452bbceb3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/sources/plugins/developing/development.md

+ 2 - 2
docs/sources/plugins/developing/development.md

@@ -10,7 +10,7 @@ weight = 1
 
 
 # Developer Guide
 # 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
 ## Short version
 
 
@@ -33,7 +33,7 @@ There are two blog posts about authoring a plugin that might also be of interest
 ## What languages?
 ## 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
 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
 ## Buildscript