Update templating.md

fix a typo in the example of `percentencode` option
This commit is contained in:
yalhyane
2019-03-19 14:39:26 +00:00
committed by GitHub
parent 40978ee08a
commit 9a4a8b0f85
+1 -1
View File
@@ -110,7 +110,7 @@ Formats single & multi valued variables for use in URL parameters.
```bash
servers = ['foo()bar BAZ', 'test2']
String to interpolate: '${servers:lucene}'
String to interpolate: '${servers:percentencode}'
Interpolation result: 'foo%28%29bar%20BAZ%2Ctest2'
```