From 94d7d9aa89ae2dcde3ec10f5d9211f423184f99e Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Fri, 1 May 2020 13:31:10 +0530 Subject: [PATCH] Minor grammatical correction (#24148) --- docs/sources/variables/templates-and-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/variables/templates-and-variables.md b/docs/sources/variables/templates-and-variables.md index 7ca54407e41..8be42797472 100644 --- a/docs/sources/variables/templates-and-variables.md +++ b/docs/sources/variables/templates-and-variables.md @@ -14,7 +14,7 @@ weight = 100 A variable is a placeholder for a value. You can use variables in metric queries and in panel titles. So when you change the value, using the dropdown at the top of the dashboard, your panel's metric queries will change to reflect the new value. -Variables allows you to create more interactive and dynamic dashboards. Instead of hard-coding things like server, application, +Variables allow you to create more interactive and dynamic dashboards. Instead of hard-coding things like server, application, and sensor names in your metric queries, you can use variables in their place. Variables are displayed as dropdown lists at the top of the dashboard. These dropdowns make it easy to change the data being displayed in your dashboard.