mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
Merge pull request #16084 from yalhyane/patch-1
Fixing docs typo in templating.md
This commit is contained in:
commit
b8be6aa3b8
@ -110,7 +110,7 @@ Formats single & multi valued variables for use in URL parameters.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
servers = ['foo()bar BAZ', 'test2']
|
servers = ['foo()bar BAZ', 'test2']
|
||||||
String to interpolate: '${servers:lucene}'
|
String to interpolate: '${servers:percentencode}'
|
||||||
Interpolation result: 'foo%28%29bar%20BAZ%2Ctest2'
|
Interpolation result: 'foo%28%29bar%20BAZ%2Ctest2'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user