From 8070a7ca3581cebc8476916fdb381d82b7612b5d Mon Sep 17 00:00:00 2001 From: Nadezhda Mosunova Date: Tue, 24 Oct 2017 14:18:47 +0300 Subject: [PATCH] Update development.md --- 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 41cef41b653..f2e70a50c6a 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -16,7 +16,7 @@ You can extend Grafana by writing your own plugins and then share then with othe 1. [Setup grafana](http://docs.grafana.org/project/building_from_source/) 2. Clone an example plugin into ```/var/lib/grafana/plugins``` or `data/plugins` (relative to grafana git repo if you're running development version from source dir) -3. You one of our example plugins as starting point +3. Use one of our example plugins as starting point Example plugins