Fixed spelling issue in templating docs

pull/15496/head
Torkel Ödegaard 7 years ago
parent 9e55fef544
commit 14ba3f5891
  1. 2
      docs/sources/reference/templating.md

@ -106,7 +106,7 @@ Interpolation result: '("test1" OR "test2")'
```
### Percentencode
Formats single & multi valued varaibles for use in URL parameters.
Formats single & multi valued variables for use in URL parameters.
```bash
servers = ['foo()bar BAZ', 'test2']

Loading…
Cancel
Save