From d35e883eac86f0c4dd26e22d862f89e3cafc16e4 Mon Sep 17 00:00:00 2001 From: Kevin Hui Date: Wed, 3 Apr 2019 09:52:54 -0700 Subject: [PATCH] Docs: Fix typo in Prometheus documentation (#16369) --- docs/sources/features/datasources/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/prometheus.md b/docs/sources/features/datasources/prometheus.md index ace419df2c1..2516be195f8 100644 --- a/docs/sources/features/datasources/prometheus.md +++ b/docs/sources/features/datasources/prometheus.md @@ -57,7 +57,7 @@ Open a graph in edit mode by click the title > Edit (or by pressing `e` key whil ## Templating -Instead of hard-coding things like server, application and sensor name in you metric queries you can use variables in their place. +Instead of hard-coding things like server, application and sensor name in your metric queries, you can use variables in their place. Variables are shown as dropdown select boxes at the top of the dashboard. These dropdowns makes it easy to change the data being displayed in your dashboard.