From c219498aab67a186f4b943388b541ff001bffebf Mon Sep 17 00:00:00 2001 From: wrp Date: Fri, 7 Apr 2017 00:29:46 -0700 Subject: [PATCH] Fix typo: "your" -> "your're" (#8064) --- 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 1f8db99424b..7d67dd22323 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -17,7 +17,7 @@ There are two blog posts about authoring a plugin that might also be of interest ## Short version 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 your running development version from source dir) +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. Code away! ## What languages?