Merge pull request #16084 from yalhyane/patch-1

Fixing docs typo in templating.md
This commit is contained in:
Torkel Ödegaard 2019-03-19 17:06:10 +01:00 committed by GitHub
commit b8be6aa3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
```