From 25cd2e59bb1cf73c9810325484b1995298af36e5 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:15:21 +0200 Subject: [PATCH] [v9.5.x] Update _index.md - fix a typo (#74036) Update _index.md - fix a typo (#63847) Update _index.md Fix a typo (cherry picked from commit 0ca5ecbe7fc4d25628dc2863fad80562874601d0) Co-authored-by: yeya --- 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 835cb3e7810..4d5c21b1c56 100644 --- a/docs/sources/datasources/mysql/_index.md +++ b/docs/sources/datasources/mysql/_index.md @@ -460,7 +460,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}`