1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Fix typos in functions.md and contributing.md

This commit is contained in:
digitalcraftsman
2016-03-16 13:04:33 +01:00
parent 575ae1b3f9
commit b5c718a4de
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ e.g. Pass into "foo.html" a map with the keys "important, content"
{{.content}}
or Create a map on the fly to pass into
or create a map on the fly to pass into
{{partial "foo" (dict "important" "Smiles" "content" "You should do more")}}