shithub: hugo

Download patch

ref: 231c0a7e090e9cc131409c997963f9bffc49204b
parent: 5575ed44694bb8eb58bb24e52da472aa3c087ea0
author: Albert Nigmatzianov <[email protected]>
date: Sat May 6 17:32:51 EDT 2017

docs: Fix typo in templates/functions.md

Fix #3440

--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -63,7 +63,7 @@
     // 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.