Docs: Fix typo in docs for the mssql datasource (#59253)

Fix typo
pull/59687/head
Galdin Raphael 3 years ago committed by GitHub
parent 9977c7ea43
commit bf85bf9b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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}`

Loading…
Cancel
Save