docs: Fix typo in templates/functions.md
authorAlbert Nigmatzianov <albertnigma@gmail.com>
Sat, 6 May 2017 19:32:51 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Sat, 6 May 2017 19:32:51 +0000 (21:32 +0200)
Fix #3440

docs/content/templates/functions.md

index bba051f5826cc3c2a763f8bccc9aa87ddd095f89..c1fd8ebad7a72326014473a730f7109a323afecf 100644 (file)
@@ -63,7 +63,7 @@ e.g.
     // Outputs Tags: tag1, tag2 and tag3
 
 ### dict
-Creates a dictionary `(map[string, interface{})`, expects parameters added in value:object fasion.
+Creates a dictionary `(map[string, interface{})`, expects parameters added in value:object fashion.
 Invalid combinations like keys that are not strings or uneven number of parameters, will result in an exception thrown.
 Useful for passing maps to partials when adding to a template.