From d34e02cac01f5f7c0d60a1eadae2f19ce017bb07 Mon Sep 17 00:00:00 2001 From: Albert Nigmatzianov Date: Sat, 6 May 2017 21:32:51 +0200 Subject: [PATCH] docs: Fix typo in templates/functions.md Fix #3440 --- content/templates/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/functions.md b/content/templates/functions.md index bba051f58..c1fd8ebad 100644 --- a/content/templates/functions.md +++ b/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.