From 0ca5ecbe7fc4d25628dc2863fad80562874601d0 Mon Sep 17 00:00:00 2001 From: yeya Date: Tue, 29 Aug 2023 18:06:08 +0300 Subject: [PATCH] Update _index.md - fix a typo (#63847) Update _index.md Fix a typo --- docs/sources/datasources/mysql/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/mysql/_index.md b/docs/sources/datasources/mysql/_index.md index 6dfb6e0805d..943c9c36b42 100644 --- a/docs/sources/datasources/mysql/_index.md +++ b/docs/sources/datasources/mysql/_index.md @@ -488,7 +488,7 @@ ORDER BY atimestamp ASC #### 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}`