URI: 
       docs: Fix typo in templates/functions.md - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 231c0a7e090e9cc131409c997963f9bffc49204b
   DIR parent 5575ed44694bb8eb58bb24e52da472aa3c087ea0
  HTML Author: Albert Nigmatzianov <albertnigma@gmail.com>
       Date:   Sat,  6 May 2017 21:32:51 +0200
       
       docs: Fix typo in templates/functions.md
       
       Fix #3440
       Diffstat:
         M docs/content/templates/functions.md |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git 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.