From: Albert Nigmatzianov Date: Sat, 6 May 2017 19:32:51 +0000 (+0200) Subject: docs: Fix typo in templates/functions.md X-Git-Tag: v0.21~45 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=231c0a7e090e9cc131409c997963f9bffc49204b;p=brevno-suite%2Fhugo docs: Fix typo in templates/functions.md Fix #3440 --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index bba051f5..c1fd8eba 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -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.