Commit b8be6aa3 by Torkel Ödegaard Committed by GitHub

Merge pull request #16084 from yalhyane/patch-1

Fixing docs typo in templating.md
parents a1a60cea 9a4a8b0f
...@@ -110,7 +110,7 @@ Formats single & multi valued variables for use in URL parameters. ...@@ -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'
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment