mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed a typo
This commit is contained in:
parent
7acea2a109
commit
e950fa7983
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user