From bf85bf9b7a5d8b02678fb7a37df5ae909a40e9ce Mon Sep 17 00:00:00 2001 From: Galdin Raphael Date: Sun, 4 Dec 2022 19:53:23 +0530 Subject: [PATCH] Docs: Fix typo in docs for the mssql datasource (#59253) Fix typo --- docs/sources/datasources/mssql/template-variables/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/mssql/template-variables/index.md b/docs/sources/datasources/mssql/template-variables/index.md index 191aa6a30df..aa0d5219837 100644 --- a/docs/sources/datasources/mssql/template-variables/index.md +++ b/docs/sources/datasources/mssql/template-variables/index.md @@ -88,7 +88,7 @@ ORDER BY atimestamp ### Disabling Quoting for Multi-value Variables -Grafana automatically creates a quoted, comma-separated string for multi-value variables. For example: if `server01` and `server02` are selected then it will be formatted as: `'server01', 'server02'`. Do disable quoting, use the csv formatting option for variables: +Grafana automatically creates a quoted, comma-separated string for multi-value variables. For example: if `server01` and `server02` are selected then it will be formatted as: `'server01', 'server02'`. To disable quoting, use the csv formatting option for variables: `${servers:csv}`