Fixed some minor typos in docs

This commit is contained in:
utkarshcmu
2016-03-26 20:15:36 -07:00
parent 4421fda877
commit 4ced5bbbc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ This makes it possible to have both built and src content in the same plugin fol
## Boilerplate
We currently have three different examples that you can fork/download to get started developing your grafana plugin.
- [simple-json-datasource](https://github.com/grafana/simple-json-datasource) (small datasource plugin for quering json data from backends)
- [simple-json-datasource](https://github.com/grafana/simple-json-datasource) (small datasource plugin for querying json data from backends)
- [piechart-panel](https://github.com/grafana/piechart-panel)
- [example-app](https://github.com/grafana/example-app)