From 4cbc1565de913c48d4d8efbfa6ae4758c2df9591 Mon Sep 17 00:00:00 2001 From: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:52:46 +0530 Subject: [PATCH] Added Dot at the end of line (#28233) Hi - Added Dot at the end of line to make it consistent. Thanks, Ashish --- docs/sources/variables/variable-types/global-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/variables/variable-types/global-variables.md b/docs/sources/variables/variable-types/global-variables.md index e94bdec82e5..13f2b0aa994 100644 --- a/docs/sources/variables/variable-types/global-variables.md +++ b/docs/sources/variables/variable-types/global-variables.md @@ -83,5 +83,5 @@ This is used in several places, including: - The WHERE clause for the InfluxDB data source. Grafana adds it automatically to InfluxDB queries when in Query Editor mode. You can add it manually in Text Editor mode: `WHERE $timeFilter`. - Log Analytics queries in the Azure Monitor data source. -- SQL queries in MySQL, Postgres, and MSSQL +- SQL queries in MySQL, Postgres, and MSSQL. - The `$__timeFilter` variable is used in the MySQL data source.