Browse Source

Fixed spelling issue in templating docs

Torkel Ödegaard 6 years ago
parent
commit
14ba3f5891
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/reference/templating.md

+ 1 - 1
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']