projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5575ed4
)
docs: Fix typo in templates/functions.md
author
Albert Nigmatzianov
<albertnigma@gmail.com>
Sat, 6 May 2017 19:32:51 +0000
(21:32 +0200)
committer
GitHub
<noreply@github.com>
Sat, 6 May 2017 19:32:51 +0000
(21:32 +0200)
Fix #3440
docs/content/templates/functions.md
patch
|
blob
|
history
diff --git
a/docs/content/templates/functions.md
b/docs/content/templates/functions.md
index bba051f5826cc3c2a763f8bccc9aa87ddd095f89..c1fd8ebad7a72326014473a730f7109a323afecf 100644
(file)
--- 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 fas
h
ion.
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.