Ver Fonte

Update templating.md

fix a typo in the example of `percentencode` option
yalhyane há 6 anos atrás
pai
commit
9a4a8b0f85
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/sources/reference/templating.md

+ 1 - 1
docs/sources/reference/templating.md

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